diff --git a/index.html b/index.html index 5a4be35..63b2b46 100644 --- a/index.html +++ b/index.html @@ -48,11 +48,10 @@ pathDelimiter: '/', // set to true to instantly redirect when a key is matched. - // you'll have to put a space before any search queries to - // prevent unwanted redirects. + // put a space before any search queries to prevent unwanted redirects. instantRedirect: false, - // suggest your most popular searches as you type. + // suggest your most popular queries as you type. suggestions: true, // max amount of suggestions to display. @@ -64,8 +63,7 @@ // the delimiter between the hours and minutes in the clock. clockDelimiter: ' ', - // when the input matches this regular expression, you will - // be redirected directly to the input url. + // used for determining when to redirect directly to a url. urlRegex: /^(?:(http|https)?:\/\/)?(?:[\w-]+\.)+([a-z]|[A-Z]|[0-9]){2,6}/i, // if "urlRegex" matches but this doesn't, "http://" will be