From 4f2e460d61d4903f78746cacf9053cc3b868ede4 Mon Sep 17 00:00:00 2001 From: Steve Gao Date: Fri, 4 Dec 2015 10:22:05 +0800 Subject: [PATCH] Update README - fix typos --- utils/create-cluster/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/create-cluster/README b/utils/create-cluster/README index 1f43748ee..471d5c73c 100644 --- a/utils/create-cluster/README +++ b/utils/create-cluster/README @@ -21,7 +21,7 @@ an actual Redis cluster will be created. In order to stop a cluster: -1. Use "./craete-cluster stop" to stop all the instances. After you stopped the instances you can use "./create-cluster start" to restart them if you change ideas. -2. Use "./create-cluster clean" to remove all the AOF / log files to restat with a clean environment. +1. Use "./create-cluster stop" to stop all the instances. After you stopped the instances you can use "./create-cluster start" to restart them if you change ideas. +2. Use "./create-cluster clean" to remove all the AOF / log files to restart with a clean environment. Use the command "./create-cluster help" to get the full list of features.