1
0
mirror of https://github.com/nxshock/zkv.git synced 2024-11-27 11:21:02 +05:00

Fix usage example

This commit is contained in:
nxshock 2022-12-09 20:05:57 +05:00
parent 8dfc73af1d
commit 23ee15dc23

View File

@ -20,7 +20,7 @@ Simple key-value store for single-user applications.
Create or open existing file: Create or open existing file:
```go ```go
db, err := Open("path to file") db, err := zkv.Open("path to file")
``` ```
Data operations: Data operations: