diff --git a/README.md b/README.md index 0622264..efeaeeb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Simple key-value store for single-user applications. Create or open existing file: ```go -db, err := Open("path to file") +db, err := zkv.Open("path to file") ``` Data operations: