diff --git a/README.md b/README.md index 19d2907..c382ccb 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ An instance of RxJS has to be passed as the first parameter when configuring the ```js const feathers = require('feathers'); -const reactive = require(''); +const reactive = require('feathers-reactive'); const RxJS = require('rxjs'); const app = feathers().configure(reactive(RxJS, options));