Skip to content

Commit 173b0e9

Browse files
1 parent b171803 commit 173b0e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/storage/neo4j/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ You can use the following possibilities to create a storage:
5353

5454
```go
5555
// Initialize default config
56-
store := neo4jstore.New()
56+
store := neo4j.New()
5757

5858
// Initialize custom config
59-
store := neo4jstore.New(neo4jstore.Config{
59+
store := neo4j.New(neo4j.Config{
6060
DB: driver,
6161
Node: "fiber_storage",
6262
Reset: false,

0 commit comments

Comments
 (0)