Explorar o código

doc: fix etcdctl example in README

repeated put rather than put followed by get
Ronald Gundlach-Chmara %!s(int64=10) %!d(string=hai) anos
pai
achega
c97b74a72f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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
+ETCDCTL_API=3 etcdctl get mykey
 ```
 
 That's it-- etcd is running and serving keys.