Skip to content

Commit

Permalink
Merge pull request #8 from karlguillotte/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
souporserious committed Aug 15, 2016
2 parents 0e097e0 + 7a7fa9b commit bdc923e
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 bdc923e

Please sign in to comment.