mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 06:30:38 +00:00
Fixed cdn url
This commit is contained in:
parent
9ee31f646c
commit
a0ec4c6d2a
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ npm install phaser
|
|||
or the minified version:
|
||||
|
||||
```html
|
||||
<script src="//cdn.jsdelivr.net/npm/phaser@3.0.0"></script>
|
||||
<script src="//cdn.jsdelivr.net/npm/phaser@3.0.0/dist/phaser.min.js"></script>
|
||||
```
|
||||
|
||||
### License
|
||||
|
|
Loading…
Reference in a new issue