etcdctlv3: Readme.md updated
@@ -33,9 +33,10 @@ The protobuf encoding of the PUT [RPC response][etcdrpc].
#### Examples
``` bash
-./etcdctl PUT foo bar --lease=0x1234abcd
+./etcdctl put foo bar --lease=1234abcd
OK
-./etcdctl range foo
+./etcdctl get foo
+foo
bar
```