From ba07a20f0294fc3d87617bacc2d00b12d4d9f643 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 2 Feb 2024 14:53:59 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0477ced552..8900c6f4ae 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Since the incorporation of Phaser Studio Inc we have been expanding the core Pha As usual, please check our detailed [Change Log](https://github.com/phaserjs/phaser/blob/master/changelog/3.80/CHANGELOG-v3.80.md) for v3.80. -v3.80 Beta 1 is available now from the [Releases page](https://github.com/phaserjs/phaser/releases) and npm. +v3.80 Beta 1 is available now from the [Releases page](https://github.com/phaserjs/phaser/releases/tag/v3.80.0-beta.1) and npm under the `beta` tag. You'll find up to date TypeScript defs that align with this release in the `types` folder of this repository. @@ -262,7 +262,7 @@ Ourcade have published [two great Phaser 3 books](https://blog.ourcade.co). They Learn the secrets of HTML5 game development with Phaser 3.50 while building a cross platform endless runner game. Designed both for beginners and skilled programmers, the course guides you from an empty folder introducing the bare bones of JavaScript to advanced Phaser 3 features. Find out more details about [HTML5 Cross Platform Game Development with Phaser](https://gumroad.com/a/244184179). -![Building Phaser](https://phaser.io/images/github/div-building-phaser.png "Building Phaser") +![Building Phaser](https://phaser.io/images/github/div2-building-phaser.png "Building Phaser") There are both plain and minified compiled versions of Phaser in the `dist` folder of the repository. The plain version is for use during development, and the minified version is for production use. You can and should also create your own builds.