Skip to content

Commit 1c5f76f

Browse files
authored
Merge pull request #4 from RusAlex/patch-1
Correct propetry notation in example
2 parents 19fac09 + b8feea7 commit 1c5f76f

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
@@ -35,6 +35,6 @@ render() {
3535
}],
3636
}];
3737

38-
return <CheckboxTree node={nodes} />;
38+
return <CheckboxTree nodes={nodes} />;
3939
}
4040
```

0 commit comments

Comments
 (0)