Skip to content

Commit

Permalink
fix setting type and start as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
asashay committed Jun 24, 2020
1 parent 760618c commit 71caaef
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 @@ -28,8 +28,8 @@ import { VideoProgress } from 'react-video-progress'
class Example extends Component {
render() {
return <VideoProgress
progressStart={START.BottomLeft}
type={LINE_TYPE.OneLine}
progressStart="BottomLeft"
type="OneLine"
pathColor="red"
pathWidth="4px"
src='http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4'
Expand Down

0 comments on commit 71caaef

Please sign in to comment.