From abf99f369b89707e1816be734e07d1f229b1f6f9 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Wed, 16 May 2012 17:24:13 +0300 Subject: [PATCH] More typos. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 194d46f..7c05e52 100644 --- a/README.md +++ b/README.md @@ -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'] } });