From 63ab4b5db424cc76bb353d6da144c37aaa1e521c Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 8 Jul 2015 20:08:19 +0800 Subject: [PATCH] update README.md --- README.md | 12 ++++++++---- docs/introduce.md | 5 +++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f04f44ad5d..72d76dd587 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,12 @@ ## 特性 -- 丰富实用的 UI 组件。 +- 企业级金融产品的交互语言和视觉体系。 +- 丰富实用的 React UI 组件。 - 基于 React 的组件化开发模式。 -- 基于 webpack 的调试构建方案,支持 ES6。 - 背靠 npm 生态圈。 -- 提炼于企业级金融产品的交互语言和视觉体系,使用 Sketch³ 设计。 +- 基于 webpack 的调试构建方案,支持 ES6。 + ## 范例 @@ -27,9 +28,12 @@ React.render(, mountNode); ## 链接 - [首页](http://ant.design/) -- [使用文档](http://ant.design/docs/introduce) +- [文档](http://ant.design/docs/introduce) - [组件](http://ant.design/components/) +- [发布计划](https://github.com/ant-design/ant-design/issues/9) - [React 模块](http://react-component.github.io/) +- [React 代码规范](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md) +- [组件设计原则](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md) ## 如何贡献 diff --git a/docs/introduce.md b/docs/introduce.md index 7c04c5487c..5a08ff3df6 100644 --- a/docs/introduce.md +++ b/docs/introduce.md @@ -11,11 +11,12 @@ ## 特性 +- 企业级金融产品的交互语言和视觉体系。 - 丰富实用的 React UI 组件。 - 基于 React 的组件化开发模式。 -- 基于 webpack 的调试构建方案,支持 ES6。 - 背靠 npm 生态圈。 -- 提炼于企业级金融产品的交互语言和视觉体系,使用 Sketch³ 设计。 +- 基于 webpack 的调试构建方案,支持 ES6。 + ## 范例