Skip to content

Commit 200beab

Browse files
committed
Update README.md
1 parent 377e78a commit 200beab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ This library offers **two main approaches** to playing MoQ streams in a browser:
2323
Install the library from npm:
2424

2525
```bash
26-
npm install moq-player
26+
npm install @moq-js/player
2727
```
2828

2929
Or include via a `<script>` tag (for the IIFE build):
3030

3131
```html
32-
<script src="https://cdn.jsdelivr.net/npm/package@latest/dist/moq-player.iife.js"></script>
32+
<script src="https://cdn.jsdelivr.net/npm/@moq-js/player@latest/dist/moq-player.iife.js"></script>
3333
```
3434

3535
## Usage

0 commit comments

Comments
 (0)