Skip to content

Commit 25e16fe

Browse files
committed
Slightly simplify usage verbiage
1 parent ea3e5f4 commit 25e16fe

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
@@ -46,7 +46,7 @@ import 'react-checkbox-tree/lib/react-checkbox-tree.css';
4646

4747
### Render Component
4848

49-
A quick usage example is included below. Note that the react-checkbox-tree component is [controlled](https://facebook.github.io/react/docs/forms.html#controlled-components). In other words, as a stateless component, you must update its `checked` and `expanded` properties whenever a change occurs.
49+
A quick usage example is included below. Note that the react-checkbox-tree component is [controlled](https://facebook.github.io/react/docs/forms.html#controlled-components). In other words, you must update its `checked` and `expanded` properties whenever a change occurs.
5050

5151
``` jsx
5252
import React from 'react';

0 commit comments

Comments
 (0)