From b5d51650a33d281666d8de1e8af408f99bf58a6d Mon Sep 17 00:00:00 2001 From: RW Date: Tue, 4 Feb 2025 08:17:23 +0100 Subject: [PATCH] Update README.md fix readme --- neo4j/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,