From 05b7969c15617188483e9b499779f95c53f5aa2a Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Tue, 22 Mar 2022 22:44:30 +0000 Subject: [PATCH] Correct global newtab example in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cc676e..edacf7c 100644 --- a/README.md +++ b/README.md @@ -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",