Skip to content

Commit

Permalink
usage example updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aykutyaman committed Feb 1, 2013
1 parent ce48664 commit a85ce8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm install google-search

## Usage
```js
var GoogleSearch = require('../lib/google-search');
var GoogleSearch = require('google-search');
var googleSearch = new GoogleSearch({
key: 'YOUR_API_KEY',
cx: 'YOUR_CX'
Expand Down

0 comments on commit a85ce8c

Please sign in to comment.