Skip to content

Commit 1e1364d

Browse files
committed
Make quick example in README easier to understand
1 parent 4e47f95 commit 1e1364d

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

4848
### Render Component
4949

50-
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, it is stateless. You must update its `checked` and `expanded` properties whenever a change occurs.
50+
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.
5151

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

0 commit comments

Comments
 (0)