Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryG89 committed Aug 12, 2013
1 parent 3576394 commit e5eed8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ I created a simple function used to construct these URLs, optionally
restricting them to a given domain:

```javascript
/** Opens the "Feeling Lucky" Google result in a new tab, given a
given a particular query (and optional domain to target) */
/** Constructs a URL which will query google redirecting to the top
query result (optionally restricted to a particular domain) */
var getLucky = function (query, site) {
site = site ? ['site:', site, '+'].join('') : '';
return ['https://google.com/search?btnI&q=', site, query].join('');
Expand Down

0 comments on commit e5eed8b

Please sign in to comment.