Skip to content

Commit be49446

Browse files
committed
prepare v1.0.2
1 parent e952f19 commit be49446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Install
4343

4444
```js
4545
// In preload():
46-
this.load.scenePlugin('DisplayListWatcher', 'https://cdn.jsdelivr.net/npm/[email protected].1')
46+
this.load.scenePlugin('DisplayListWatcher', 'https://cdn.jsdelivr.net/npm/[email protected].2')
4747
```
4848

4949
### Module
@@ -70,7 +70,7 @@ new Phaser.Game({
7070

7171
```html
7272
<!-- after phaser.js -->
73-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
73+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script>
7474
```
7575

7676
```js

0 commit comments

Comments
 (0)