You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/07/30 12:14:40 UTC

[servicecomb-samples] 02/02: change misspell in Readme.md

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-samples.git

commit a868bac1079dc7e4c2bfa9a1975e058a3a53c581
Author: alec.zheng <al...@gmail.com>
AuthorDate: Tue Jul 30 16:53:43 2019 +0800

    change misspell in Readme.md
---
 houserush/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/houserush/README.md b/houserush/README.md
index 9e514ba..2ccff7f 100644
--- a/houserush/README.md
+++ b/houserush/README.md
@@ -9,7 +9,7 @@ Real estate developers use this system to make a deal with their customer online
 1. Setup the requirements
    - setup git, see [git install overview](https://git-scm.com/book/zh/v2/%E8%B5%B7%E6%AD%A5-%E5%AE%89%E8%A3%85-Git)
    - setup JDK 1.8, see [JDK install overview](https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html)
-   - setup Maven 3.x, 详情可参考[Maven install guide](https://maven.apache.org/install.html)
+   - setup Maven 3.x, see [Maven install guide](https://maven.apache.org/install.html)
 2. Setup and run the service center
    - setup Docker, see [Docker setup guide](https://www.docker.com/get-started)。
    - input in the terminal <code>$ docker run -d -p 30100:30100 servicecomb/service-center:latest</code>run service-center at port 30100