We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353740e commit 9a468adCopy full SHA for 9a468ad
1 file changed
README.md
@@ -105,9 +105,9 @@ npm install phaser
105
106
### CDN
107
108
-[](https://www.jsdelivr.com/package/gh/photonstorm/phaser)
+[](https://www.jsdelivr.com/package/npm/phaser)
109
110
-[Phaser is on jsDelivr](https://www.jsdelivr.com/projects/phaser) which is a "super-fast CDN for developers". Include the following in your html:
+[Phaser is on jsDelivr](https://www.jsdelivr.com/package/npm/phaser) which is a "super-fast CDN for developers". Include the following in your html:
111
112
```html
113
<script src="//cdn.jsdelivr.net/npm/phaser@3.52.0/dist/phaser.js"></script>
0 commit comments