Skip to content

Commit f8f67c8

Browse files
committed
improve README
1 parent f757645 commit f8f67c8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,17 @@ If you want to test locally, just use one of the installation options.
3535

3636
### HTML/CDN
3737

38-
Create a HTML file and add a `<script>` tag with one of our CDN links:
38+
Create a HTML file and add a `<script>` tag with one of the following CDN links:
39+
40+
#### Unpkg
3941

4042
```html
41-
// Unpkg
4243
<script src="https://unpkg.com/litecanvas"></script>
44+
```
4345

44-
// or jsDelivr
46+
#### jsDelivr
47+
48+
```html
4549
<script src="https://cdn.jsdelivr.net/npm/litecanvas"></script>
4650
```
4751

0 commit comments

Comments
 (0)