Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,17 @@ If you want to test locally, just use one of the installation options.

### HTML/CDN

Create a HTML file and add a `<script>` tag with one of our CDN links:
Create a HTML file and add a `<script>` tag with one of the following CDN links:

#### Unpkg

```html
// Unpkg
<script src="https://unpkg.com/litecanvas"></script>
```

// or jsDelivr
#### jsDelivr

```html
<script src="https://cdn.jsdelivr.net/npm/litecanvas"></script>
```

Expand Down