Skip to content

Commit

Permalink
Tweak example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed May 25, 2016
1 parent c37e87e commit eff2623
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ import ReactPlayer from 'react-player'

class App extends Component {
render () {
<ReactPlayer
url='https://www.youtube.com/watch?v=ysz5S6PUM-U'
playing={true}
/>
return <ReactPlayer url='https://www.youtube.com/watch?v=ysz5S6PUM-U' playing />
}
}
```
Expand Down

0 comments on commit eff2623

Please sign in to comment.