From e3236c128d08c77d1b98f4ef29d0801864fe7efc Mon Sep 17 00:00:00 2001 From: Olivier Biot Date: Mon, 20 Mar 2023 08:52:34 +0800 Subject: [PATCH] it's not almost at this stage, but entirely ! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b32510e49b..dd40585b3f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A fresh, _modern_ & lightweight HTML5 game engine ------------------------------------------------------------------------------- ![melonJS](https://melonjs.org/img/alex4-github.png) -melonJS 2 is a modern version of the melonJS game engine. It has been rebuilt almost entirely using ES6 class, inheritance and semantic, and is bundled using Rollup to provide modern features such as transpiling and tree-shaking. +melonJS 2 is a modern version of the melonJS game engine. It has been rebuilt entirely using ES6 class, inheritance and semantic, and bundled using Rollup to provide modern features such as transpiling and tree-shaking. >Note: migrating an existing project to melonJS 2 (version 10.0 and higher) will definitely break your game (ES6 semantic, no more Jay inheritance, nodeJS event emitter, and no backward compatibility with deprecated legacy APIs), and you might want to read first this small step by step guide on [upgrading to melonJS 2](https://github.com/melonjs/melonJS/wiki/Upgrading-to-melonJS-2). If you are looking at the legacy version (9.x and lower) of melonJS, you can find it [here](https://github.com/melonjs/melonJS/tree/legacy) under the _legacy_ branch.