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:
|
||||
|
||||
```sh
|
||||
prompt> ./kv g,1,first
|
||||
prompt> ./kv g,1
|
||||
1,first
|
||||
prompt>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user