Add </script> for HTML installation

This commit is contained in:
Korbs 2023-10-17 07:02:48 -04:00
parent ab26a5256b
commit f46ebc6330
No known key found for this signature in database

View file

@ -27,7 +27,7 @@ npm install @sudovanilla/plyx-player
Add the stylesheet and script:
```html
<link rel="stylesheet" href="/node_modules/@sudovanilla/plyx-player/src/styles/app.css">
<script src="/node_modules/@sudovanilla/plyx-player/src/index.js" type="module">
<script src="/node_modules/@sudovanilla/plyx-player/src/index.js" type="module"></script>
```
Also add the Font Awesome that the Pylx uses: