Skip to content

Commit

Permalink
Merge pull request #42 from shanel262/master
Browse files Browse the repository at this point in the history
Updated readme example to use entity and basic
  • Loading branch information
mihaidma committed Aug 31, 2016
2 parents 9489a5f + 0ccb921 commit 4262dfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ npm install seneca-level-store

```js
var seneca = require('seneca')()
seneca.use('level-store', {
seneca.use('basic')
.use('entity')
.use('level-store', {
folder: 'db'
})

Expand Down

0 comments on commit 4262dfb

Please sign in to comment.