Change CDN URL in README

This commit is contained in:
Yusuke Sekiguchi 2023-09-30 15:16:57 +09:00 committed by sadanora
parent 23cbea2dc5
commit 2ea2c4b63e

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: