Update index.md

typo fix `etcd get foo` => `etcdctl get foo`
This commit is contained in:
Sha
2016-07-29 16:42:32 +08:00
committed by GitHub
parent 792833ee84
commit 3e8d78fd5c
+1 -1
View File
@@ -111,7 +111,7 @@ and
etcdctl cluster-health
```
You can also validate that this is working with `etcdctl set foo bar` on one node, and `etcd get foo`
You can also validate that this is working with `etcdctl set foo bar` on one node, and `etcdctl get foo`
on a different node.
### Even more reliable storage