README URL fix

This commit is contained in:
Richard Davey 2019-01-24 09:37:47 +00:00
parent ebe4af217c
commit dc080c053d
2 changed files with 2 additions and 2 deletions

View file

@ -388,7 +388,7 @@ The Phaser Doc Jam was a community-backed effort to try and get the Phaser 3 API
Also, the following helped with the docs outside of the Doc Jam:
@bryanwood @jestarray @matosummer @tfelix @imilo @BigZaphod @OmarShehata @16patsle @jcyuan @iam13islucky
@bryanwood @jestarray @matosummer @tfelix @imilo @BigZaphod @OmarShehata @16patsle @jcyuan @iam13islucky @FractalBobz
## Version 3.15.1 - Batou - 16th October 2018

View file

@ -209,7 +209,7 @@ Create an `index.html` page locally and paste the following code into it:
<!DOCTYPE html>
<html>
<head>
<script src="https://labs.phaser.io/build/phaser-arcade-physics.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/phaser@3.15.1/dist/phaser-arcade-physics.min.js"></script>
</head>
<body>