Update README.md
This commit is contained in:
parent
a4289a7587
commit
3f3722ee2b
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ To show the apps you want to show, change `apps.json` to resemble the following:
|
||||||
{
|
{
|
||||||
"name": "[Name of the app]",
|
"name": "[Name of the app]",
|
||||||
"displayURL": "[URL you want to show]",
|
"displayURL": "[URL you want to show]",
|
||||||
"URL": "[URL to redirect to]",
|
"url": "[URL to redirect to]",
|
||||||
"icon": "[Icon code]"
|
"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]",
|
"name": "[Name of the app]",
|
||||||
"displayURL": "[URL you want to show]",
|
"displayURL": "[URL you want to show]",
|
||||||
"URL": "[URL to redirect to]",
|
"url": "[URL to redirect to]",
|
||||||
"icon": "[Icon code]"
|
"icon": "[Icon code]"
|
||||||
},
|
},
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue