From 3eb9aaf84cf307ee0b1f6bab7fe50b7a97f65b59 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Wed, 29 Jun 2016 17:37:52 -0700 Subject: [PATCH] google -> duck duck --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2d91540..fe64f55 100644 --- a/index.html +++ b/index.html @@ -28,8 +28,8 @@ ], // if none of the keys are matched, this is triggered - // for DuckDuckGo use: https://duckduckgo.com/?q= - defaultCommand: 'https://www.google.com/search?q=', + // for Google use: ttps://www.google.com/search?q= + defaultCommand: 'https://duckduckgo.com/?q=', // the delimiter between the key and your search query // e.g. to search GitHub for potatoes you'd type "g:potatoes"