You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ke...@apache.org on 2019/08/05 04:02:49 UTC

[dubbo] branch master updated: Fix typo. (#4739)

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

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 62e194a  Fix typo. (#4739)
62e194a is described below

commit 62e194a124105415b5ee29be7e92d1338c6240d9
Author: Alan Lau <li...@cmss.chinamobile.com>
AuthorDate: Mon Aug 5 12:02:37 2019 +0800

    Fix typo. (#4739)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cf85b39..2a923bb 100644
--- a/README.md
+++ b/README.md
@@ -166,7 +166,7 @@ The consumer will print out `Hello world` on the screen.
 
 ## Building
 
-If you want to try out the cutting-edge features, you can built with the following commands. (Java 1.8 is required to build the master branch)
+If you want to try out the cutting-edge features, you can build with the following commands. (Java 1.8 is required to build the master branch)
 
 ```
   mvn clean install