From 3fc3a0f7bff49043d2c9ebad3026739d3eb9ff64 Mon Sep 17 00:00:00 2001 From: Peter Wilhelmsson Date: Tue, 4 Aug 2020 09:23:32 +0200 Subject: [PATCH] Links to documentation in README fix 67 fix 110 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5f820265..48f0fef7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ Make sure your application has been setup to use go modules (there should be a g Add the driver with `go get github.com/neo4j/neo4j-go-driver/neo4j` +## Documentation +Drivers manual that describes general driver concepts in depth [here](https://neo4j.com/docs/driver-manual/1.7/). + +Go package API documentation [here](https://pkg.go.dev/github.com/neo4j/neo4j-go-driver/neo4j). + ## Minimum Viable Snippet Connect, execute a statement and handle results