mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
doc: fix etcdctl example in README
repeated put rather than put followed by get
This commit is contained in:
parent
634a9e833e
commit
c97b74a72f
@ -59,7 +59,7 @@ Next, let's set a single key, and then retrieve it:
|
|||||||
|
|
||||||
```
|
```
|
||||||
ETCDCTL_API=3 etcdctl put mykey "this is awesome"
|
ETCDCTL_API=3 etcdctl put mykey "this is awesome"
|
||||||
ETCDCTL_API=3 etcdctl put mykey
|
ETCDCTL_API=3 etcdctl get mykey
|
||||||
```
|
```
|
||||||
|
|
||||||
That's it-- etcd is running and serving keys.
|
That's it-- etcd is running and serving keys.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user