From 3f3722ee2be99a74d6ea4324784d398e7129296b Mon Sep 17 00:00:00 2001 From: phntxx Date: Mon, 22 Mar 2021 20:35:42 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b9cef3..cb73d45 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ To show the apps you want to show, change `apps.json` to resemble the following: { "name": "[Name of the app]", "displayURL": "[URL you want to show]", - "URL": "[URL to redirect to]", + "url": "[URL to redirect to]", "icon": "[Icon code]" }, ... @@ -96,7 +96,7 @@ To show the apps you want to show, change `apps.json` to resemble the following: { "name": "[Name of the app]", "displayURL": "[URL you want to show]", - "URL": "[URL to redirect to]", + "url": "[URL to redirect to]", "icon": "[Icon code]" }, ...