Skip to content

Commit 66aa2d4

Browse files
committed
Updates docs.
1 parent e182b20 commit 66aa2d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ That being said you do have a bail-out ability allowing you to suspend the trave
114114

115115
The API is very simple at the moment, only exposing a single function, which you can import as follows
116116

117+
---
118+
117119
### **reactTreeWalker**
118120

119121
The default export of the library. The function that performs the magic.
@@ -158,6 +160,8 @@ import reactTreeWalker from 'react-tree-walker'
158160

159161
A `Promise` that resolves when the tree walking is completed.
160162

163+
---
164+
161165
### **visitor**
162166

163167
The function that you create and provide to `reactTreeWalker`.

0 commit comments

Comments
 (0)