Skip to content

Commit

Permalink
fix typo in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
asashay committed Aug 31, 2020
1 parent 6621965 commit 348dc46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ All props are **optional**.
* Class assigned to wrapper

* ...rest: any of [HTMLVideoElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement) props
* Any of `<video>` attributes (e.g. `autoplay, width, className` etc)
* Any of `<video>` attributes (e.g. `autoPlay, width, className` etc)

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-video-progress",
"version": "1.1.3",
"version": "1.1.4",
"description": "React component to show progress at video frame borders",
"author": "asashay",
"license": "MIT",
Expand Down

0 comments on commit 348dc46

Please sign in to comment.