Skip to content

Commit e6f56f3

Browse files
authored
Update README.md
1 parent dcb02ab commit e6f56f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ kadb
4646

4747
## GET
4848

49-
Get `10` value of key `key-1` from offset `0`
49+
Get `10` value of key `key-1` (5 bytes length) from offset `0`
5050

5151
```bash
52-
curl http://localhost:8080/key-1/0000/0010
52+
curl http://localhost:8080/0005/0000/0010/key-1
5353
```
5454

5555
Example result
@@ -79,4 +79,4 @@ Result status code `200`
7979

8080
## Benchmarks
8181

82-
...coming soon...
82+
...coming soon...

0 commit comments

Comments
 (0)