1
0
Fork 0

Update embed api doc

This commit is contained in:
Chocobozzz 2020-04-08 14:44:25 +02:00
parent 96aae68cc4
commit afd1a6ed49
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -28,7 +28,7 @@ import { PeerTubePlayer } from '@peertube/embed-api'
Or use the minified build from NPM CDN in your HTML file:
```
<script src="https://unpkg.com/@peertube/embed-api@0.0.1/build/player.min.js"></script>
<script src="https://unpkg.com/@peertube/embed-api/build/player.min.js"></script>
<script>
const PeerTubePlayer = window['PeerTubePlayer']