Correct global newtab example in readme

This commit is contained in:
Dale Davies
2022-03-22 22:44:30 +00:00
parent 39965f0dfc
commit 05b7969c15

View File

@@ -92,14 +92,14 @@ Edit the `/sites/sites.json` file to include your own sites on the startpage...
"default": {
"nofollow": true,
"icon": "my-default-icon.png",
"newtab": true
"newtab": false
},
"sites": [
{
"name": "Github",
"url" : "https://github.com/daledavies/jump",
"nofollow": false,
"newtab": false
"newtab": true
},
{
"name": "Bitwarden",