Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sovetski authored May 16, 2023
1 parent 0e73d82 commit 7d1ea24
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 @@ -17,10 +17,10 @@ Download from ![](https://i.stack.imgur.com/gL9dG.png)
Extract js and css
```html
...
<link rel="stylesheet" href="build/index.css">
<link rel="stylesheet" href="build/index.min.css">
</head>
...
<script src="build/index.js"></script>
<script src="build/index.min.js"></script>
</body>
```

Expand Down

0 comments on commit 7d1ea24

Please sign in to comment.