diff --git a/README.md b/README.md index 2b71ac8be..39e3adc24 100644 --- a/README.md +++ b/README.md @@ -243,41 +243,36 @@ ReactDOM.render( Renders a textarea component with a character limit. -Use the value of the `value` prop to determine the initial `state.content` and `state.characterCount` and the value of the `limit` props to determine the value of `state.limit`. -Create a method, `handleChange`, which trims the `event.target.value` data if necessary and uses `Component.prototype.setState` to update `state.content` and `state.characterCount`, and bind it to the component's context. -In the`render()` method, use a`