From 4be7fb3b980b9b0c45c23b95a2b20eb98a43011a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Sat, 10 Sep 2016 11:01:59 +0800 Subject: [PATCH] Update introduce.en-US.md --- docs/react/introduce.en-US.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/react/introduce.en-US.md b/docs/react/introduce.en-US.md index 24a79e9832..ccb75cbed4 100644 --- a/docs/react/introduce.en-US.md +++ b/docs/react/introduce.en-US.md @@ -3,7 +3,7 @@ order: 0 title: Ant Design of React --- -antd is a set of React components which follow the Ant Design specification. It is designed to help developing RIA such as dashboards or other enterprise-like complex UI needs. +We supply a react implementation `antd` following Ant Design specification, which designed to help developing RIA such as dashboards or other enterprise-like complex UI needs.
@@ -27,7 +27,7 @@ antd is a set of React components which follow the Ant Design specification. It ## Features -- Using Ant Design, a design language for creating user friendly and beautiful websites. +- Following Ant Design, a design language for creating user friendly and beautiful websites. - It is a set of high quality UI components and based on [React Component](http://react-component.github.io/badgeboard/). - Provides a work flow which is based on npm, webpack, and babel, supporting ES2015 and TypeScript.