Reference to fs-fuse project (#55)

* Referece to fs-fuse project

* Move reference to `fs-fuse` to a "see also" section
Jesús Leganés-Combarro 7 years ago committed by Mathias Buus
parent 889ef16e9b
commit 0fc47e4ad9

@ -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])`

Loading…
Cancel
Save