Skip to content

Commit

Permalink
Rename main function to ReactPlayer
Browse files Browse the repository at this point in the history
MediaPlayer is confusing..
  • Loading branch information
cookpete committed Nov 2, 2015
1 parent 28dfdad commit edd1e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'array.prototype.find'
import propTypes from './propTypes'
import players from './players'

export default class MediaPlayer extends Component {
export default class ReactPlayer extends Component {
static propTypes = propTypes
static defaultProps = {
volume: 0.8,
Expand Down

0 comments on commit edd1e56

Please sign in to comment.