Skip to content

Commit f15d9cc

Browse files
committed
readme v1.2.1
1 parent b3feba8 commit f15d9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Install
4747

4848
```js
4949
// In preload():
50-
this.load.scenePlugin('DisplayListWatcher', 'https://cdn.jsdelivr.net/npm/[email protected].0')
50+
this.load.scenePlugin('DisplayListWatcher', 'https://cdn.jsdelivr.net/npm/[email protected].1')
5151
```
5252

5353
### Module
@@ -73,7 +73,7 @@ new Phaser.Game({
7373

7474
```html
7575
<!-- after phaser.js -->
76-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0"></script>
76+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
7777
```
7878

7979
```js

0 commit comments

Comments
 (0)