Update README.md

pull/2/head
Louis Chatriot 12 years ago
parent aeefd1e1f4
commit 68d4f9c160
  1. 2
      README.md

@ -74,7 +74,7 @@ var Datastore = require('nedb')
// Of course you can create multiple datastores if you need several
// collections. For example:
// collections. In this case it's usually a good idea to use autoload for all collections.
db = {};
db.users = new Datastore('path/to/users.db');
db.robots = new Datastore('path/to/robots.db');

Loading…
Cancel
Save