From 0fc47e4ad96322629854a8e2c94ac70f92672d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Legan=C3=A9s-Combarro?= Date: Sun, 28 May 2017 01:37:25 +0200 Subject: [PATCH] Reference to fs-fuse project (#55) * Referece to fs-fuse project * Move reference to `fs-fuse` to a "see also" section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e0e8d6e..85d4230 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,10 @@ process.on('SIGINT', function () { }) ``` +## See also + +[fs-fuse](https://github.com/piranna/fs-fuse) is a wrapper module build on top of `fuse-bindings` that allow you to export and mount any `fs`-like object as a FUSE filesystem. + ## API #### `fuse.mount(mnt, ops, [cb])`