From 22e8c5c0129fb8f69ec0b4ba10db4d7eb1c74a3b Mon Sep 17 00:00:00 2001 From: Ahmed Elsabbahy Date: Sun, 7 Aug 2016 22:46:50 -0400 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 743b31e..5addca4 100644 --- a/README.md +++ b/README.md @@ -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