Skip to content

Procedure for Testing Replica Set is Wrong #536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/tutorial/deploy-replica-set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The examples in this procedure create a new replica set named ``rs0``.

.. code-block:: javascript

rs.initiate()
rs.initiate( { _id:"rs0", "members": [ { _id:0, "host":"localhost:27017" } ] } )

#. Display the current :doc:`replica configuration </reference/replica-configuration>`:

Expand Down