Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
switz committed Apr 1, 2013
1 parent 5275046 commit 2a6f027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ $ npm install archive.org --save
### Example

```javascript
archive = require('archive.org');
var archive = require('archive.org');

archive.search({q: 'Grateful Dead'}, function(err, res) {
console.log(res);
Expand Down

0 comments on commit 2a6f027

Please sign in to comment.