~freyes/charms/trusty/mongodb/fix-typo

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Felipe Reyes
  • Date: 2015-06-30 21:44:02 UTC
  • Revision ID: felipe.reyes@canonical.com-20150630214402-ky4qnohdd8t60qc9
Fix typo 'deployu' -> 'deploy'

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
Deploy the first two MongoDB instances that will form replicaset:
45
45
 
46
 
    juju deployu mongodb -n 2
 
46
    juju deploy mongodb -n 2
47
47
 
48
48
Deploying three or more units at start can sometimes lead to unexpected race-conditions so it's best to start with two nodes.
49
49