Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Reggino committed Oct 16, 2017
1 parent 8fe8c84 commit 83d5f12
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 83d5f12

Please sign in to comment.