summaryrefslogtreecommitdiff
diff options
authorMario Splivalo <mario.splivalo@canonical.com>2016-02-26 11:57:18 -0500
committerMario Splivalo <mario.splivalo@canonical.com>2016-02-26 11:57:18 -0500
commitb4d23e4ac44fb5ce596dd13211a363dcdb2b1c3c (patch)
treeff303d0ff491b9f7b9e6291c7021166d99f449cd
parent781d9e896fdb22b39dca500d8f5b8a46537b4cbb (diff)
Fix the wrong name of the method to reconfigure replicaset
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9d1730f..3629f6e 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ is how:
cfg.members=[cfg.members[0]]
7. force reconfiguration of the replicaset:
- rs.reconfigure(cfg, {force: true})
+ rs.reconfig(cfg, {force: true})
8. wait a few, and press ENTER. You should see that your node becomes PRIMARY.