Skip to content

Commit

Permalink
Move '}' for js code markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kaekasui committed Jun 16, 2018
1 parent febaf1d commit 8e07160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ You can use `onSelect` event handler which fires each time some calendar date ha

```js
<DatePicker selected={this.state.date}
onSelect={this.handleSelect //when day is clicked}
onChange={this.handleChange //only when value has changed}
onSelect={this.handleSelect} //when day is clicked
onChange={this.handleChange} //only when value has changed
/>
```

Expand Down

0 comments on commit 8e07160

Please sign in to comment.