Minor example fix in readme

Get only takes the key and not value.
This commit is contained in:
Vinay Banakar
2021-09-09 02:33:54 +05:30
committed by GitHub
parent 86db08faef
commit 3721ffeb05

View File

@@ -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>
```