From 97394f2b0297962a0f8e23a2afabdf88dd2a5872 Mon Sep 17 00:00:00 2001 From: "OldSoul.io" Date: Mon, 30 Sep 2024 12:44:21 -0400 Subject: [PATCH] Fix Alfred instructions in readme [skip ci] (#1156) Fixed the inline codeblock for Alfred's search URL to display the url properly in the block. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fcd852..6615666 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,7 @@ Browser settings: - 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} + - Search URL: `https://\/search?q={query}` - Title: `Whoogle for '{query}'` (or whatever you want) - Keyword: `whoogle`