X Tutup
Skip to content

Commit ebb90a3

Browse files
committed
Update README.md
1 parent e5e79b1 commit ebb90a3

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
@@ -37,7 +37,7 @@ Create and add your nodes (use your custom object as constructor param)
3737
AndroidTreeView tView = new AndroidTreeView(getActivity(), root);
3838
containerView.addView(tView.getView());
3939
```
40-
The simplest but not styled tree is ready. Now you can see ```java parent``` node as root of your tree
40+
The simplest but not styled tree is ready. Now you can see ```parent``` node as root of your tree
4141

4242
**4)** Custom view for nodes
4343

0 commit comments

Comments
 (0)
X Tutup