aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/embeds.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/api/embeds.md')
-rw-r--r--support/doc/api/embeds.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md
index fd5507e38..989c8e98e 100644
--- a/support/doc/api/embeds.md
+++ b/support/doc/api/embeds.md
@@ -20,7 +20,7 @@ yarn add @peertube/embed-api
20Now just use the `PeerTubePlayer` class exported by the module: 20Now just use the `PeerTubePlayer` class exported by the module:
21 21
22```typescript 22```typescript
23import { PeerTubePlayer } from '@peertube/embed-api' 23import { PeerTubePlayer } from '@peertube/embed-api.js'
24 24
25... 25...
26``` 26```