We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b171803 commit 173b0e9Copy full SHA for 173b0e9
docs/storage/neo4j/README.md
@@ -53,10 +53,10 @@ You can use the following possibilities to create a storage:
53
54
```go
55
// Initialize default config
56
-store := neo4jstore.New()
+store := neo4j.New()
57
58
// Initialize custom config
59
-store := neo4jstore.New(neo4jstore.Config{
+store := neo4j.New(neo4j.Config{
60
DB: driver,
61
Node: "fiber_storage",
62
Reset: false,
0 commit comments