Closed bigmontz closed 1 year ago
Change README file to be a guide for driver usage instead of a development guide. This change is part of effort of releasing deno version.
The import neo4j from "./lib/mod.ts" line will be replaced with the correct version/url whenever the driver is released.
import neo4j from "./lib/mod.ts"
Change README file to be a guide for driver usage instead of a development guide. This change is part of effort of releasing deno version.
The
import neo4j from "./lib/mod.ts"
line will be replaced with the correct version/url whenever the driver is released.