Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gett/mongojs
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed May 21, 2012
2 parents 65cf8ae + abf99f3 commit 44fc218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var db = require('mongojs').connect({
collections: ['mycollection'], // we can pass the collections here also
replSet: {
name: 'myReplSetName', // the name of the replication set
slaveOk: true, // is it to read from secondary? defaults to false
slaveOk: true, // is it ok to read from secondary? defaults to false
members: ['myserver:myport', 'myotherserver', 'mythirdserver']
}
});
Expand Down

0 comments on commit 44fc218

Please sign in to comment.