We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d912e6a commit e2962acCopy full SHA for e2962ac
README.md
@@ -40,7 +40,7 @@ docker run --name kv -p 8080:8080 -v kv-database:/var/www/database binaryfire/kv
40
41
## API format
42
43
-The API uses plain text instead of JSON for both requests and responses, making it easier to in scripts and with command-line tools.
+The API uses plain text instead of JSON for both requests and responses, making it easier to use in scripts and with command-line tools.
44
45
When retrieving a value, the raw value is returned without any formatting. When listing all keys, each key is returned on a new line.
46
0 commit comments