Update README.md

This commit is contained in:
phntxx 2021-03-22 20:35:42 +01:00
parent a4289a7587
commit 3f3722ee2b

View file

@ -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]"
},
...