Skip to content

Commit

Permalink
Fix: style.min.css into styles.min.css
Browse files Browse the repository at this point in the history
Issue when updating v0.0.2 dir structure
  • Loading branch information
nexoscreator authored Aug 5, 2024
1 parent 2a3b9da commit 8c66e8a
Showing 1 changed file with 2 additions and 2 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 @@ Provide step-by-step instructions on how to install and set up your project.
Ensure the following files are included in your HTML:

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/nexoscreator/html5-custom-video-player@v0.0.2/style.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/nexoscreator/html5-custom-video-player@v0.0.2/styles.min.css">
<script src="https://cdn.jsdelivr.net/gh/nexoscreator/html5-custom-video-player@v0.0.2/main.min.js" defer></script>
```

Expand Down Expand Up @@ -87,4 +87,4 @@ Please check the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details.

### License

This project is licensed under the [MIT License](LICENSE).
This project is licensed under the [MIT License](LICENSE).

0 comments on commit 8c66e8a

Please sign in to comment.