diff options
Diffstat (limited to 'support/doc/api/embeds.md')
-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'] |