Skip to content

Commit 71ef806

Browse files
committed
update README
1 parent 28dccff commit 71ef806

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<img width="128" height="128" alt="icon-128" src="https://github.com/user-attachments/assets/9dc09b77-6538-4fe9-8bc7-66204b57cf6e" />
44

5-
65
# Litecanvas
76

87
[![NPM Version](https://badgen.net/npm/v/litecanvas?scale=1.1&label=NPM&color=2f9e44)](https://www.npmjs.com/package/litecanvas/) &nbsp;
@@ -36,10 +35,14 @@ If you want to test locally, just use one of the installation options.
3635

3736
### HTML/CDN
3837

39-
Create a HTML file and add a `<script>` tag with our CDN link:
38+
Create a HTML file and add a `<script>` tag with one of our CDN links:
4039

4140
```html
41+
// Unpkg
4242
<script src="https://unpkg.com/litecanvas"></script>
43+
44+
// or jsDelivr
45+
<script src="https://cdn.jsdelivr.net/npm/litecanvas"></script>
4346
```
4447

4548
### Template

0 commit comments

Comments
 (0)