Skip to content

Commit

Permalink
Merge pull request #56 from eeswr/updates
Browse files Browse the repository at this point in the history
Updated Quick Example in readme.
  • Loading branch information
mihaidma committed Aug 31, 2016
2 parents 6d7aebc + 04ace90 commit 913f80b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ var seneca = require('seneca')()
seneca.use('mongo-store', {
uri: 'mongodb://120.0.0.1:27017/dbname'
})
.use("entity")

seneca.ready(function () {
var apple = seneca.make$('fruit')
Expand Down

0 comments on commit 913f80b

Please sign in to comment.