mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Change get -> keys in an example
One of the examples in the readme used the path `/v1/get/foo` instead of `/v1/keys/foo`.
This commit is contained in:
parent
40965a2c64
commit
89d1399304
@ -226,7 +226,7 @@ curl -L http://127.0.0.1:4001/v1/keys/foo/foo_dir/bar -d value=barbarbar
|
|||||||
Let us list them next.
|
Let us list them next.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -L http://127.0.0.1:4001/v1/get/foo/
|
curl -L http://127.0.0.1:4001/v1/keys/foo/
|
||||||
```
|
```
|
||||||
|
|
||||||
We should see the response as an array of items
|
We should see the response as an array of items
|
||||||
|
Loading…
x
Reference in New Issue
Block a user