mirror of
https://github.com/daledavies/jump.git
synced 2026-05-06 09:27:44 +02:00
Correct global newtab example in readme
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user