Update embed api doc

pull/2615/head
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
1 changed files with 1 additions and 1 deletions

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']