Skip to content

Commit

Permalink
Removed .use basic
Browse files Browse the repository at this point in the history
  • Loading branch information
Emer Rutherford committed Aug 31, 2016
1 parent 761aad8 commit 04ace90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ seneca.use('mongo-store', {
uri: 'mongodb://120.0.0.1:27017/dbname'
})
.use("entity")
.use("basic")

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

0 comments on commit 04ace90

Please sign in to comment.