Merge pull request #1646 from sadanora/chore/change-cdn-url-in-readme

Change CDN URL in README
This commit is contained in:
Anton Lavrenov 2023-09-30 16:50:28 -05:00 committed by GitHub
commit 39edd8d20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: ### Load Konva via classical `<script>` tag from CDN:
```html ```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: ### Install with npm: