Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
The media object is not available when using `withMediaPlayer`. Documentation leads to think it is available. 

Thanks for this great tool.
  • Loading branch information
karlguillotte committed Aug 15, 2016
1 parent 0e097e0 commit 7a7fa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -81,7 +81,7 @@ const { PlayPause, CurrentTime, Progress, SeekBar, Duration, MuteUnmute, Volume,

class MediaPlayer extends Component {
render() {
const { Player, media } = this.props
const { Player } = this.props

return (
<div className="media">
Expand Down

0 comments on commit 7a7fa9b

Please sign in to comment.