Skip to content

Commit 8ed934f

Browse files
committed
Merge pull request #18 from bogini/patch-1
Updated README
2 parents da4b089 + 82224e5 commit 8ed934f

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
@@ -24,7 +24,7 @@ Model.plugin(tree, {
2424
Then you can use the plugin on your schemas
2525

2626
```javascript
27-
var tree = require('mongoose-tree');
27+
var tree = require('mongoose-path-tree');
2828

2929
var UserSchema = new Schema({
3030
name : String

0 commit comments

Comments
 (0)