diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
