From 1a32ed3494bc95bcf64358eebf787ee517c1e4cc Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Fri, 3 Mar 2017 00:52:54 -0800 Subject: [PATCH] update readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 74ae981..3b5af35 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,19 @@ To go to a site, enter the corresponding key. To view the available sites and th * Entering `t` would redirect you to [twitter.com](https://twitter.com). * Entering `r` would redirect you to [www.reddit.com](https://www.reddit.com). -* Entering `cats` would search [Google for cats](https://www.google.com/search?q=cats). +* Entering `cats` would search [Google for cats](https://encrypted.google.com/search?q=cats). ### Searching You can search any of the sites by typing a colon after the site's key, followed by your search query. For example: -* Entering `w: unix` would search [Wikipedia for unix](https://en.wikipedia.org/wiki/Unix). -* Entering `s: smash mouth` would search [SoundCloud for smash mouth](https://soundcloud.com/search?q=smash%20mouth). +* Entering `s: radiohead` would search [SoundCloud for radiohead](https://soundcloud.com/search?q=radiohead). ### Specific Locations You can go to a specific location on a site by typing a forward slash after the site's key, followed by the location on the site you'd like to be redirected to. For example: -* Entering `r/r/unixporn` would redirect you to [www.reddit.com/r/unixporn](https://www.reddit.com/r/unixporn) +* Entering `r/r/startpages` would redirect you to [www.reddit.com/r/startpages](https://www.reddit.com/r/startpages) * Entering `h/popular` would redirect you to [hypem.com/popular](http://hypem.com/popular). ### URL Redirects @@ -31,7 +30,7 @@ You can go to a specific location on a site by typing a forward slash after the If you enter in a full domain or URL, you will be redirected to said domain or URL. For example: * Entering `stallman.org` would redirect you to [stallman.org](https://stallman.org/). -* Entering `https://www.amazon.com` would redirect you to [www.amazon.com](https://www.amazon.com/). +* Entering `https://smile.amazon.com` would redirect you to [smile.amazon.com](https://smile.amazon.com/). ## Configuration