From b3fcbcb18c598a9f2bde2878457986c712d24c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=83=E5=BD=A6?= Date: Thu, 19 Nov 2020 12:59:47 +0800 Subject: [PATCH] Update README.MD --- README.MD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 2ce8041..00312ff 100644 --- a/README.MD +++ b/README.MD @@ -2,7 +2,7 @@ GCanvas is a cross-platform rendering engine for mobile devices developed by Alibaba. It is written with C++ based on OpenGL ES, so it can provide high performance 2D/WebGL rendering capabilities for JavaScript runtime. It also has browser-like canvas APIs, so it's very convenient and flexiable for use, especially for web developers. -Supported operating systems are Android 4.0+ (API 14) and iOS 8.0+. +Supported operating systems are Android 4.0+ (API 14) and iOS 8.0+. - [Getting Started](#getting-started) - [Documentation](#documentation) @@ -94,7 +94,6 @@ Please read [CONTRIBUTING](./docs/Contributing.md) for details on our code of co GCanvas Open Source Team - ## License -This project is licensed under the Apache License - see the [LICENSE](./docs/LICENSE.md) file for details +This project is licensed under the Apache [LICENSE](./LICENSE)