Skip to content

Commit a0ec4c6

Browse files
committed
Fixed cdn url
1 parent 9ee31f6 commit a0ec4c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ npm install phaser
9898
or the minified version:
9999

100100
```html
101-
<script src="//cdn.jsdelivr.net/npm/phaser@3.0.0"></script>
101+
<script src="//cdn.jsdelivr.net/npm/phaser@3.0.0/dist/phaser.min.js"></script>
102102
```
103103

104104
### License

0 commit comments

Comments
 (0)