Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

Commit 2314120

Browse files
authored
Update missing code in README doc (#24)
1 parent 26c6aac commit 2314120

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
@@ -30,7 +30,7 @@ and add this component into your `render()` function:
3030

3131
```js
3232
render() {
33-
<ReactTree core={CORE} onChanged={this.handleOnChanged} />
33+
return (<ReactTree core={CORE} onChanged={this.handleOnChanged} />);
3434
}
3535
```
3636

0 commit comments

Comments
 (0)