mirror of
https://github.com/nxshock/zkv.git
synced 2025-07-01 00:13:37 +05:00
Fix usage example
This commit is contained in:
parent
8dfc73af1d
commit
23ee15dc23
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue