Skip to content

Commit 4523a52

Browse files
committed
Update incorrect npm example in README
1 parent c066b9c commit 4523a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Note: This is in active development, the API is not stable. Please try it out an
77
## Include module in Node.js application
88

99
```javascript
10-
var neo4j = require('lib/neo4j');
10+
var neo4j = require('neo4j');
1111
```
1212

1313
## Include in web browser

0 commit comments

Comments
 (0)