Minor example fix in readme
Get only takes the key and not value.
This commit is contained in:
@@ -109,7 +109,7 @@ database. Thus, when you later run `kv` and try to get the `1` key,
|
|||||||
you get the value back:
|
you get the value back:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
prompt> ./kv g,1,first
|
prompt> ./kv g,1
|
||||||
1,first
|
1,first
|
||||||
prompt>
|
prompt>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user