Skip to content

Commit 5b5b514

Browse files
committed
Update README.md
1 parent 9dda42e commit 5b5b514

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Page preloaders give your users a few seconds to understand that the page IS loa
1010
Download the latest release and simply include both the CSS and the JS in your project.
1111

1212
```html
13-
<link rel="stylesheet" href="percent-preloader.css">
14-
<script src="percent-preloader.js"></script>
13+
<link rel="stylesheet" href="percent-preloader.min.css">
14+
<script src="percent-preloader.min.js"></script>
1515
```
1616
If you want, you could also inline the CSS and the JS. Totally up to you.
1717

0 commit comments

Comments
 (0)