diff --git a/README.md b/README.md index 8f3cc2d..6b3fa02 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ process.on('SIGINT', function () { ## API -#### `fuse.mount(mnt, ops)` +#### `fuse.mount(mnt, ops, [cb])` Mount a new filesystem on `mnt`. Pass the FUSE operations you want to support as the `ops` argument.