diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-08 14:44:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-08 14:44:25 +0200 |
commit | afd1a6ed49e44858848461614e2438c82e521d21 (patch) | |
tree | 29dd7c983b685f9c0136d4c7ee5fd0cea7d54b9c /support/doc | |
parent | 96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da (diff) | |
download | PeerTube-afd1a6ed49e44858848461614e2438c82e521d21.tar.gz PeerTube-afd1a6ed49e44858848461614e2438c82e521d21.tar.zst PeerTube-afd1a6ed49e44858848461614e2438c82e521d21.zip |
Update embed api doc
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/embeds.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md index a4236c521..80e03b487 100644 --- a/support/doc/api/embeds.md +++ b/support/doc/api/embeds.md | |||
@@ -28,7 +28,7 @@ import { PeerTubePlayer } from '@peertube/embed-api' | |||
28 | Or use the minified build from NPM CDN in your HTML file: | 28 | Or use the minified build from NPM CDN in your HTML file: |
29 | 29 | ||
30 | ``` | 30 | ``` |
31 | <script src="https://unpkg.com/@peertube/embed-api@0.0.1/build/player.min.js"></script> | 31 | <script src="https://unpkg.com/@peertube/embed-api/build/player.min.js"></script> |
32 | 32 | ||
33 | <script> | 33 | <script> |
34 | const PeerTubePlayer = window['PeerTubePlayer'] | 34 | const PeerTubePlayer = window['PeerTubePlayer'] |