Skip to content

Commit

Permalink
docs: update @3 to @4 in jsdelivr urls
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Aug 14, 2024
1 parent 0df693c commit 1e9fe57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can find the [documentation for v0.x of media-chrome here.](https://v0.media
### Video Example

```html
<script type="module" src="https://cdn.jsdelivr.net/npm/media-chrome@3/+esm"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/media-chrome@4/+esm"></script>

<media-controller>
<video
Expand Down Expand Up @@ -73,7 +73,7 @@ You can find the [documentation for v0.x of media-chrome here.](https://v0.media
### Audio Example

```html
<script type="module" src="https://cdn.jsdelivr.net/npm/media-chrome@3/+esm"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/media-chrome@4/+esm"></script>

<media-controller audio>
<audio
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/docs/en/audio-player.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Since audio players don’t use the same visual layout as video players do, we c
</media-controller>
```html
<script type="module" src="https://cdn.jsdelivr.net/npm/media-chrome@3/+esm"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/media-chrome@4/+esm"></script>

<media-controller audio>
<audio
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/docs/en/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Load the module in the `<head>` of your HTML page. Note the `type="module"`, tha

<CopyToClipboard>
```html
<script type="module" src="https://cdn.jsdelivr.net/npm/media-chrome@3/+esm"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/media-chrome@4/+esm"></script>
```
</CopyToClipboard>

Expand Down

0 comments on commit 1e9fe57

Please sign in to comment.