Skip to content

Commit 3f4b0d6

Browse files
committed
prepare v1.0.1
1 parent b1978db commit 3f4b0d6

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].0')
46+
this.load.scenePlugin('DisplayListWatcher', 'https://cdn.jsdelivr.net/npm/[email protected].1')
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].0"></script>
73+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
7474
```
7575

7676
```js

0 commit comments

Comments
 (0)