Merge lp:~lazypower/charms/precise/mongodb/trunk into lp:charms/mongodb

Proposed by Charles Butler
Status: Merged
Merged at revision: 37
Proposed branch: lp:~lazypower/charms/precise/mongodb/trunk
Merge into: lp:charms/mongodb
Diff against target: 16 lines (+3/-3)
1 file modified
README.md (+3/-3)
To merge this branch: bzr merge lp:~lazypower/charms/precise/mongodb/trunk
Reviewer Review Type Date Requested Status
Tom Haddon Approve
Review via email: mp+197315@code.launchpad.net

Description of the change

Corrected typo in README

To post a comment you must log in.
Revision history for this message
Tom Haddon (mthaddon) wrote :

Oops - good catch.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2013-09-20 14:08:44 +0000
3+++ README.md 2013-12-02 05:44:18 +0000
4@@ -311,9 +311,9 @@
5 juju add-relation mongos:mongos-cfg configsvr:configsvr
6
7 ### Connect each Shard to the Mongo shell (mongos)
8- juju add-realtion mongos:mongos shard1:database
9- juju add-realtion mongos:mongos shard2:database
10- juju add-realtion mongos:mongos shard3:database
11+ juju add-relation mongos:mongos shard1:database
12+ juju add-relation mongos:mongos shard2:database
13+ juju add-relation mongos:mongos shard3:database
14
15 With the above commands, we should now have a three replica-set sharded cluster running.
16 Using the default configuration, here are some details of our sharded cluster:

Subscribers

People subscribed via source and target branches