From c0324ad511b7e327a597d9a0d27e5a7d9f4fbc07 Mon Sep 17 00:00:00 2001 From: Jare Guo Date: Fri, 13 Mar 2020 17:27:56 +0800 Subject: [PATCH] Update README.mdown --- README.mdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 843c669833..3b13c27fac 100644 --- a/README.mdown +++ b/README.mdown @@ -5,7 +5,11 @@ Cocos2d-html5 It incorporates the same high level api as “Cocos2d JS-binding engine” and compatible with Cocos2d-X. It currently supports canvas and WebGL renderer. -#### Cocos2d-html5 has evolved to Cocos Creator, new generation of Cocos game engine with a full featured editor and content creation friendly workflow. The latest repository is maintained in here [Engine of Cocos Creator][9]. +------------- + +#### Cocos2d-html5 has evolved to [Cocos Creator][11], new generation of Cocos game engine with a full featured editor and content creation friendly workflow. It supports all major platforms allowing games to be quickly released for the web, iOS, Android, Windows, Mac, and various mini-game platforms. A pure JavaScript-developed engine runtime is available on the web and mini-game platforms for better performance and smaller packages. On other native platforms, C++ is used to implement the underlying framework, providing greater operational efficiency. The latest repository is maintained in here [Engine of Cocos Creator][9]. + +------------- Cross Platform ------------- @@ -34,3 +38,4 @@ Contact us [8]: http://bower.io "http://bower.io" [9]: https://github.com/cocos-creator/engine [10]: http://cocos2d-x.org/download +[11]: https://www.cocos.com/en/products#CocosCreator "https://www.cocos.com"