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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c49783  improve README.md (#99)
7c49783 is described below

commit 7c49783633a17269933c303562c8230f0a6bf269
Author: Song Kun <[email protected]>
AuthorDate: Sun Sep 2 22:43:38 2018 +0800

    improve README.md (#99)
---
 README.md | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md
index e81a20c..cdbdd27 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-### dubbo-ops
+# dubbo-ops
+
 [![Build 
Status](https://travis-ci.org/apache/incubator-dubbo-ops.svg?branch=master)](https://travis-ci.org/apache/incubator-dubbo-ops)
 
 
[![Gitter](https://badges.gitter.im/alibaba/dubbo.svg)](https://gitter.im/alibaba/dubbo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 
@@ -8,28 +9,27 @@ The following modules in [Apache 
Dubbo(incubating)](https://github.com/apache/in
 * dubbo-monitor-simple
 * dubbo-registry-simple
 
+## How to use it
 
-### How to use it
-You can get a release of dubbo monitor in two steps:
+### dubbo admin
+
+Dubbo admin is a spring boot application, you can start it with fat jar or in 
IDE directly.
+
+### dubbo monitor and dubbo registry
 
-#### dubbo admin
-dubbo admin is a spring boot application, you can start it with fat jar or in 
IDE directly
+You can get a release of dubbo monitor in two steps:
 
-#### dubbo monitor and dubbo registry
-- Step 1:
+* Step 1:
 ```
 git clone https://github.com/apache/incubator-dubbo-ops
 ```
 
-- Step 2:
+* Step 2:
 ```
 cd incubator-dubbo-ops && mvn package
 ```
 
 Then you will find:
 
-  * dubbo-monitor-simple-2.0.0-assembly.tar.gz in 
incubator-dubbo-ops\dubbo-monitor-simple\target directory. Unzip it you will 
find the shell scripts for starting or stopping monitor.
-  * dubbo-registry-simple-2.0.0-assembly.tar.gz in 
incubator-dubbo-ops\dubbo-registry-simple\target directory. Unzip it you will 
find the shell scripts for starting or stopping registry.
-
-
-
+* dubbo-monitor-simple-2.0.0-assembly.tar.gz in 
incubator-dubbo-ops\dubbo-monitor-simple\target directory. Unzip it you will 
find the shell scripts for starting or stopping monitor.
+* dubbo-registry-simple-2.0.0-assembly.tar.gz in 
incubator-dubbo-ops\dubbo-registry-simple\target directory. Unzip it you will 
find the shell scripts for starting or stopping registry.

Reply via email to