From d6ccb63de771a650da89f7e122411dc8d5884c5e Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Tue, 17 Sep 2024 20:22:57 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d622af3a0..0ff7b4ac2 100644 --- a/README.md +++ b/README.md @@ -57,15 +57,15 @@ npm install phaser [Phaser is on jsDelivr](https://www.jsdelivr.com/package/npm/phaser) which is a "super-fast CDN for developers". Include _either_ of the following in your html: ```html - - + + ``` It is also available from Cloudflare's [cdnjs](https://cdnjs.com/libraries/phaser): ```html - - + + ``` ## Phaser TypeScript Definitions @@ -137,8 +137,8 @@ Read more about [Phaser Compressor](https://phaser.io/news/2024/05/phaser-compre We meticulously keep track of new features, updates and bug fixes in our change logs. Each version of Phaser has its own change log: -* [v3.85 Change Log](changelog/3.85/CHANGELOG-v3.85.md) -* [v3.0.0 to v3.80.1. Change Logs](CHANGELOG.md) +* [v3.85.2 Change Log](changelog/3.85.2/CHANGELOG-v3.85.2.md) +* [v3.0.0 to v3.85.0 Change Logs](CHANGELOG.md) ## Have fun!