Skip to content

Commit 8e73190

Browse files
Update README.md
1 parent d89b4bb commit 8e73190

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,12 @@ Cave can be used via the REST API. Full API spec will be provided below. In gene
4646
## KV
4747

4848
### /api/v1/kv/[path/.../path]/keyname
49+
```
4950
Methods: GET, POST, DELETE
50-
5151
GET - Getting a path and key name will read that path and key name from the db
52-
5352
POST - POSTing data to a path and key name will store data at that path and key name
54-
5553
DELETE - DELETE will delete a key and value at a given path name
54+
```
5655

5756
## PERF
5857

@@ -111,4 +110,4 @@ Cave is very much a work in progress. Please bear with us as we work to improve
111110
* audit trail logging
112111

113112
# Contributing
114-
Contributors are welcome! Please be respectful of the source and the other contributors.
113+
Contributors are welcome! Please be respectful of the source and the other contributors.

0 commit comments

Comments
 (0)