Skip to content

Commit

Permalink
Merge pull request #117 from aheckmann/#114
Browse files Browse the repository at this point in the history
fix #114
  • Loading branch information
Reggino authored Oct 16, 2017
2 parents 8fe8c84 + 83d5f12 commit c394e05
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 @@ -155,7 +155,7 @@ var readstream = gfs.createReadStream({
Files can be removed by passing options (at least an `_id` or `filename`) to the `remove()` method.

```js
gfs.remove(options, function (err) {
gfs.remove(options, function (err, gridStore) {
if (err) return handleError(err);
console.log('success');
});
Expand Down

0 comments on commit c394e05

Please sign in to comment.