From de412a6aaf566cc8d55d405e1407b9c5a07df465 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Sun, 22 Mar 2015 13:07:36 +0100 Subject: [PATCH] add cb to mount in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.