Skip to content

Commit b1813ce

Browse files
committed
clarified mongoose/mongodb description
1 parent 1fe023e commit b1813ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: templates/express/mongo/dummydata.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Thing.find({}).remove(function() {
2222
info : 'Flexible and minimalist web application framework for node.js.',
2323
awesomeness: 10
2424
}, {
25-
name : 'Mongoose',
26-
info : 'An excellent way to add validation and business logic to your mongoDB objects.',
25+
name : 'MongoDB + Mongoose',
26+
info : 'An excellent document database. Combined with Mongoose to simplify adding validation and business logic.',
2727
awesomeness: 10
2828
}, function(err) {
2929
console.log('finished populating things');

0 commit comments

Comments
 (0)