From 17bae8aff89b777912a9ce324f553903d61f73f8 Mon Sep 17 00:00:00 2001 From: Dee-Jay Logozzo Date: Sun, 6 Sep 2020 08:32:42 +1000 Subject: [PATCH] Corrected search strings to use backticks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a528af5..0475393 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ Update browser settings: - Firefox (iOS) - In the mobile app Settings page, tap "Search" within the "General" section. There should be an option titled "Add Search Engine" to select. It should prompt you to enter a title and search query url - use the following elements to fill out the form: - Title: "Whoogle" - - URL: "https://\/search?q=%s" + - URL: `http[s]://\/search?q=%s` - Firefox (Android) - Version <79.0.0 - Navigate to your app's url @@ -210,7 +210,7 @@ Update browser settings: - Click "Add search engine" - Select the 'Other' radio button - Name: "Whoogle" - - Search string to use: `http[s]://\/search?q=%s` + - Search string to use: `https://\/search?q=%s` - [Alfred](https://www.alfredapp.com/) (Mac OS X) 1. Go to `Alfred Preferences` > `Features` > `Web Search` and click `Add Custom Search`. Then configure these settings - Search URL: `https://\/search?q={query}