Skip to content

Commit

Permalink
clarified mongoose/mongodb description
Browse files Browse the repository at this point in the history
  • Loading branch information
DaftMonk committed Nov 13, 2013
1 parent 1fe023e commit b1813ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/express/mongo/dummydata.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Thing.find({}).remove(function() {
info : 'Flexible and minimalist web application framework for node.js.',
awesomeness: 10
}, {
name : 'Mongoose',
info : 'An excellent way to add validation and business logic to your mongoDB objects.',
name : 'MongoDB + Mongoose',
info : 'An excellent document database. Combined with Mongoose to simplify adding validation and business logic.',
awesomeness: 10
}, function(err) {
console.log('finished populating things');
Expand Down

0 comments on commit b1813ce

Please sign in to comment.