diff options
author | Chocobozzz <me@florianbigard.com> | 2023-08-17 08:59:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-08-17 08:59:21 +0200 |
commit | c380e3928517eb5311b38cf257816642617d7a33 (patch) | |
tree | 2ea9b70ebca16b5d109bcce98fe7f944dad89319 /support/doc/api/embeds.md | |
parent | a8ca6190fb462bf6eb5685cfc1d8ae444164a487 (diff) | |
parent | 3a4992633ee62d5edfbb484d9c6bcb3cf158489d (diff) | |
download | PeerTube-c380e3928517eb5311b38cf257816642617d7a33.tar.gz PeerTube-c380e3928517eb5311b38cf257816642617d7a33.tar.zst PeerTube-c380e3928517eb5311b38cf257816642617d7a33.zip |
Merge branch 'feature/esm-and-nx' into develop
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 fd5507e38..989c8e98e 100644 --- a/support/doc/api/embeds.md +++ b/support/doc/api/embeds.md | |||
@@ -20,7 +20,7 @@ yarn add @peertube/embed-api | |||
20 | Now just use the `PeerTubePlayer` class exported by the module: | 20 | Now just use the `PeerTubePlayer` class exported by the module: |
21 | 21 | ||
22 | ```typescript | 22 | ```typescript |
23 | import { PeerTubePlayer } from '@peertube/embed-api' | 23 | import { PeerTubePlayer } from '@peertube/embed-api.js' |
24 | 24 | ||
25 | ... | 25 | ... |
26 | ``` | 26 | ``` |