Skip to content

Commit

Permalink
fixed example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
balaclark committed Feb 2, 2014
1 parent e90e73c commit dc377df
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 @@ -36,7 +36,7 @@ mhtml --help
```js
var mhtml = require('/mhtml');
mhtml.extract('path/to/file.mhtml', 'path/to/destination', function (err) {
console.log(done);
console.log('done.');
});
```

Expand Down

0 comments on commit dc377df

Please sign in to comment.