Skip to content

Commit e2962ac

Browse files
committed
Update readme
1 parent d912e6a commit e2962ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ docker run --name kv -p 8080:8080 -v kv-database:/var/www/database binaryfire/kv
4040

4141
## API format
4242

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.
43+
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.
4444

4545
When retrieving a value, the raw value is returned without any formatting. When listing all keys, each key is returned on a new line.
4646

0 commit comments

Comments
 (0)