Skip to content

Commit 5412e3b

Browse files
authored
Update README.md
1 parent 9ee19b7 commit 5412e3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@ Notable among the available functions:
7979
- __`getFlatDataFromTree`__: Convert tree data back to flat data
8080
- __`addNodeUnderParent`__: Add a node under the parent node at the given path
8181
- __`removeNodeAtPath`__: Remove the node at the given path
82+
- __`changeNodeAtPath`__: Modify the node object at the given path
8283
- __`map`__: Perform a change on every node in the tree
8384
- __`walk`__: Visit every node in the tree in order
8485

85-
Documentation for each method is only available in the code at this time.
86+
Documentation for each method is only available in the code at this time. You can also refer to the tests for simple usage examples.
8687
If your hobbies happen to include writing documentation, by all means submit a pull request. It would really help out.
8788

8889
## Browser Compatibility

0 commit comments

Comments
 (0)