Skip to content

Commit

Permalink
Replace npmcdn.com with unpkg.com
Browse files Browse the repository at this point in the history
  • Loading branch information
npmcdn-to-unpkg-bot committed Sep 3, 2016
1 parent 36a7fba commit 20db574
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 @@ -9,7 +9,7 @@ Components and decorators to help build video & audio players in React. Supports
`bower install react-media-player --save`

```html
<script src="https://npmcdn.com/react-media-player/dist/react-media-player.js"></script>
<script src="https://unpkg.com/react-media-player/dist/react-media-player.js"></script>
(UMD library exposed as `ReactMediaPlayer`)
```

Expand Down

0 comments on commit 20db574

Please sign in to comment.