Skip to content

Commit

Permalink
Update README.md (#279)
Browse files Browse the repository at this point in the history
Following the example, node raises an error about missing module.
  • Loading branch information
einstenj authored and daffl committed Dec 7, 2018
1 parent e23ecf1 commit a395f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ app.service('address-meta').patch(null, data, params)
Here's a complete example of a Feathers server with a `messages` Mongoose service.

```
$ npm install @feathersjs/feathers @feathersjs/errors @feathersjs/express mongoose feathers-mongoose
$ npm install @feathersjs/feathers @feathersjs/errors @feathersjs/express @feathersjs/socketio mongoose feathers-mongoose
```

In `message-model.js`:
Expand Down

0 comments on commit a395f8d

Please sign in to comment.