Skip to content

Commit

Permalink
Merge pull request #1646 from sadanora/chore/change-cdn-url-in-readme
Browse files Browse the repository at this point in the history
Change CDN URL in README
  • Loading branch information
lavrton committed Sep 30, 2023
2 parents 23cbea2 + 2ea2c4b commit 39edd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ Konva supports UMD loading. So you can use all possible variants to load the fra
### Load Konva via classical `<script>` tag from CDN:

```html
<script src="https://unpkg.com/konva@8/konva.min.js"></script>
<script src="https://unpkg.com/konva@9/konva.min.js"></script>
```

### Install with npm:
Expand Down

0 comments on commit 39edd8d

Please sign in to comment.