Update README.md

fix readme
This commit is contained in:
RW
2025-02-04 08:17:23 +01:00
committed by GitHub
parent 863ef71f8b
commit b5d51650a3

View File

@@ -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,