This is an automated email from the ASF dual-hosted git repository.

jianhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new 5bdefcc  Update readme
     new 48add1f  Merge pull request #2992 from YorkShen/feature/rd
5bdefcc is described below

commit 5bdefccde4db2fce606e1cc1ab32ddb3195a0ad8
Author: YorkShen <shenyua...@gmail.com>
AuthorDate: Wed Oct 30 19:07:03 2019 +0800

    Update readme
---
 README.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 5ea279f..00d92b9 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@ A framework for building Mobile cross-platform UI.
 
 [![Build 
Status](https://travis-ci.org/apache/incubator-weex.svg?branch=master)](https://travis-ci.org/apache/incubator-weex/)
 
+## Join Us
+**Join us through [mailing 
list](https://weex.apache.org/guide/contribute/how-to-contribute.html#mailing-list).**
+
 ## Convenience Distribution 
 **Since 0.28.0, Weex would publish two convince binary in each release for 
Android, please [read the documentation about the detail](major_change.html).**
 
@@ -28,8 +31,8 @@ Good Luck.
 
 ## Meet Weex
 
-* Install [Weex Playground App](https://weex.apache.org/tools/playground.html) 
to see examples we already written.
-* If you want to write a demo, install 
[weex-toolkit](https://www.npmjs.com/package/weex-toolkit) in 
[Node.js](http://nodejs.org/) 8.0+ and
+* Install [Weex Playground](https://weex.apache.org/tools/playground.html) to 
see examples we already written.
+* If you want to write a demo, install 
[weex-cli](https://www.npmjs.com/package/weex-toolkit) in 
[Node.js](http://nodejs.org/) 8.0+ and
 * Run `weex init` to generate & start a simple project in an empty folder.
 * Follow the instructions in the project README.
 * Enjoy it.
@@ -89,15 +92,12 @@ Please read [How To Build](./HOW-TO-BUILD.md) for detail.
 
 see [Vue Render for Apache 
Weex](https://github.com/weexteam/vue-render-for-apache-weex).
 
-## Scripts
-
-See [SCRIPTS.md](./SCRIPTS.md) for more information.
-
-## IDE Plugin & Syntax Highlight & DevTool
-
-Weex team have developed a [DevTool](https://github.com/weexteam/weex-devtool) 
to help you to improve the debugging efficiency.
+## Third part plugin
+There is a third party plugin provides for debugging purpose.
+* 
[Android](https://weex.apache.org/guide/debug/integrate-devtool-to-android.html)
+* [iOS](https://weex.apache.org/guide/debug/integrate-devtool-to-ios.html)
 
-See more stuff on [this wiki 
page](https://github.com/alibaba/weex/wiki/Weex-Community)
+You can also view this page for all [third party 
plugin](https://weex.apache.org/tools).
 
 ## Weex Community
 * [Mailing 
List](https://weex.apache.org/guide/contribute/how-to-contribute.html#mailing-list)
 Weex Mailing List, where most discussion happens.

Reply via email to