Skip to content

Commit

Permalink
Update README.md (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
frsch authored and daffl committed Jul 7, 2016
1 parent 2d6f201 commit 03854bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ const app = feathers()
.use(bodyParser.urlencoded({extended: true}));

// Connect to the db, create and register a Feathers service.
app.use('messages', service({
name: 'message',
app.use('messages', service({,
Model: Message,
paginate: {
default: 2,
Expand Down

0 comments on commit 03854bc

Please sign in to comment.