Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from KevinGrandon/fix_readme
Browse files Browse the repository at this point in the history
Epic pull request
  • Loading branch information
lightsofapollo committed Nov 19, 2013
2 parents 4d07a78 + 0126fc1 commit fdc7406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ var mozdownload = require('mozilla-download');
var options = {};

// download firefox
moz.download('save/me', options, functon(err, path) {
mozdownload('save/me', options, functon(err, path) {
// path is the same as save targe
});
```
Expand Down

0 comments on commit fdc7406

Please sign in to comment.