update readme to add some details (#1403)

* update readme to add some details

update readme to add some details

* delete duplicated words

delete duplicated words
This commit is contained in:
kimmking 2018-02-27 20:19:36 +08:00 committed by WangXin
parent 91f9250e02
commit 8bd9e9d6aa
1 changed files with 5 additions and 5 deletions

View File

@ -14,9 +14,9 @@ We are now collecting dubbo user info in order to help us to improve dubbo bette
* [Side projects](http://github.com/dubbo)
* [Dubbo Spring Boot](https://github.com/dubbo/dubbo-spring-boot-project) - Spring Boot Project for Dubbo.
* [Dubbo ops](https://github.com/dubbo/dubbo-ops) - The reference implementation for dubbo ops.
   * [Dubbo ops](https://github.com/dubbo/dubbo-ops) - The reference implementation for dubbo ops(dubbo-admin,dubbo-monitor-simple,dubbo-registry-simple,etc.).
* [Developer Mailing list](https://github.com/alibaba/dubbo/issues/1393) - Any questions or suggestions? Subscribe to (dev@dubbo.incubator.apache.org) to discuss with us.
* [Gitter channel](https://gitter.im/alibaba/dubbo)
* [Dubbo user manual](http://dubbo.io/books/dubbo-user-book/)
* [Dubbo developer guide](http://dubbo.io/books/dubbo-dev-book/)
* [Dubbo admin manual](http://dubbo.io/books/dubbo-admin-book/)
* [Gitter channel](https://gitter.im/alibaba/dubbo) - Online chat room with Dubbo developers.
* [Dubbo user manual](http://dubbo.io/books/dubbo-user-book/) - Describe how to use Dubbo and all features of Dubbo concretely.
* [Dubbo developer guide](http://dubbo.io/books/dubbo-dev-book/) - Detailly introduce the design principal, extension mechanisms, code conventions, version control and building project, etc.
* [Dubbo admin manual](http://dubbo.io/books/dubbo-admin-book/) - Describe how to use Dubbo registry and admin-console.