Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aelsabbahy committed Aug 8, 2016
1 parent 86ca87e commit 22e8c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ chmod +rx /usr/local/bin/miniswarm

**Start a cluster - Pick your desired size**
```
# 1 manger 2 workers
# 1 manager 2 workers
miniswarm start 3
# 1 manager cluster - if you want a smaller cluster
miniswarm start
# 2 mangers 3 workers - nice laptop or desktop :)
# 2 managers 3 workers - nice laptop or desktop :)
miniswarm start 2 3
```
A couple of minutes later, you should get this message
Expand Down

0 comments on commit 22e8c5c

Please sign in to comment.