We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377e78a commit 200beabCopy full SHA for 200beab
README.md
@@ -23,13 +23,13 @@ This library offers **two main approaches** to playing MoQ streams in a browser:
23
Install the library from npm:
24
25
```bash
26
-npm install moq-player
+npm install @moq-js/player
27
```
28
29
Or include via a `<script>` tag (for the IIFE build):
30
31
```html
32
-<script src="https://cdn.jsdelivr.net/npm/package@latest/dist/moq-player.iife.js"></script>
+<script src="https://cdn.jsdelivr.net/npm/@moq-js/player@latest/dist/moq-player.iife.js"></script>
33
34
35
## Usage
0 commit comments