Skip to content

Commit

Permalink
Fix #28 - set into edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Dec 17, 2014
1 parent 9818ba6 commit 7eb6a28
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ tree.set('hello', 'world');
*Replacing data at cursor*

```js
cursor.set({hello: 'world'});
cursor.edit({hello: 'world'});
```

*Setting a key*
Expand Down
Loading

0 comments on commit 7eb6a28

Please sign in to comment.