From 45c0ec86184cedc7f85884a534eee3afa984b566 Mon Sep 17 00:00:00 2001 From: irony Date: Sun, 7 Feb 2021 02:24:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd115a312..59d48f9fd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a try to reverse engineer Skolplattformen and create a more fast, consistant and secure experience for the users of Skolplattformen. -![packages/site/assets/img/feature/mockup.png](packages/site/assets/img/feature/mockup.png) +![packages/site/assets/img/banner/mockup.png](packages/site/assets/img/banner/mockup.png) ## Embedded API We previously were testing having a proxy for the API. That was a bad idea, even if we werent saving any information on our side it still was an extra complexity so we encapsulated our API into its own npm package so the app still could be lightweight and not have to worry about the complex nature of the official API.