Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Apr 1, 2021
1 parent 03d6c64 commit f8327d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opennames-to-neo4j",
"version": "0.0.27",
"version": "0.1.1",
"type": "module",
"scripts": {
"start:dev": "nodemon --watch src --ext js --exec node src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Instal with

Import at the start of your .js file.

`import { on2n4j } from 'opennames-to-neo4j';`
`import on2n4j from 'opennames-to-neo4j';`

To establish a database connection, pass **one** of the following: credentials, driver **or** session to the function.

Expand Down

0 comments on commit f8327d4

Please sign in to comment.