Skip to content

Commit

Permalink
Fix broken URL for standalone script (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpellegr authored and cookpete committed Jan 3, 2019
1 parent 4ea2253 commit e5af5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ See a list of available players [here](https://github.com/CookPete/react-player/
If you aren’t using React, you can still render a player using the standalone library:

```html
<script src='https://cdn.rawgit.com/CookPete/react-player/standalone/dist/ReactPlayer.standalone.js'></script>
<script src='https://unpkg.com/react-player/dist/ReactPlayer.standalone.js'></script>
<script>
const container = document.getElementById('container')
const url = 'https://www.youtube.com/watch?v=d46Azg3Pm4c'
Expand Down

0 comments on commit e5af5c8

Please sign in to comment.