Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Demedes committed Dec 2, 2011
1 parent 98be4af commit 935ff02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Readme.md
Expand Up @@ -4,11 +4,12 @@ This module for Node.js helps searching images using Google Images. It provides

# Installation
Install from NPM:
`npm install google-images`

```npm install google-images```

# Usage

`
```
googleImages = require('google-images');
googleImages.search('Katy Perry', function(results){
Expand All @@ -20,7 +21,7 @@ googleImages.search('Katy Perry', function(results){
console.log('finished');
});
});
`
```

# License

Expand Down

0 comments on commit 935ff02

Please sign in to comment.