Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
ReneWerner87 authored Feb 4, 2025
1 parent 863ef71 commit b5d5165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neo4j/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b5d5165

Please sign in to comment.