diff --git a/README.md b/README.md index ccc283d..b125081 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Fully maintained fuse bindings for Node that aims to cover the entire FUSE api npm install fuse-bindings ``` -Created because [fuse4js](https://github.com/bcle/fuse4js) isn't maintained anymore and doesn't compile on iojs +Compared to [fuse4js](https://github.com/bcle/fuse4js) these bindings cover almost the entire FUSE api (except for locking) and doesn't do +any buffer copys in read/write. It also supports unmount and mouting of multiple fuse drives. ## Requirements