Skip to content

Commit

Permalink
Merge pull request etcd-io#5235 from ronabop/get_put_typo
Browse files Browse the repository at this point in the history
simple typo in README docs for getting started
  • Loading branch information
Anthony Romano committed Apr 29, 2016
2 parents 634a9e8 + c97b74a commit 00d6f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 00d6f10

Please sign in to comment.