From ba94413a29bf542f3202a261685bf72deb333278 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Mon, 15 Apr 2019 21:24:05 -0700 Subject: [PATCH] fix readme typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac414d4..cfa2b3b 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ URL. For example: - Entering `https://smile.amazon.com` would redirect you to [smile.amazon.com](https://smile.amazon.com/). -### Query Paramater +### Query Parameter Additionally, you can pass any query via the `q` query param. For example: -- Going to `file:///path/to/tilde/index.html?q=cats` would search +- Navigating to `file:///path/to/tilde/index.html?q=cats` would search [Google for cats](https://encrypted.google.com/search?q=cats). This allows you to invoke Tilde with your native browser search bar.