diff --git a/neo4j/README.md b/neo4j/README.md index c7744961..dfaf3915 100644 --- a/neo4j/README.md +++ b/neo4j/README.md @@ -53,10 +53,10 @@ You can use the following possibilities to create a storage: ```go // Initialize default config -store := neo4jstore.New() +store := neo4j.New() // Initialize custom config -store := neo4jstore.New(neo4jstore.Config{ +store := neo4j.New(neo4j.Config{ DB: driver, Node: "fiber_storage", Reset: false,