You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/02/20 12:23:26 UTC

[dubbo-go-samples] branch master updated: Update README_zh.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c6e5758  Update README_zh.md
     new cb3b01b  Merge pull request #49 from lauyang/patch-2
c6e5758 is described below

commit c6e575829d99be47fd87b05c900206bac81595c3
Author: lauyang <la...@gmail.com>
AuthorDate: Sat Feb 20 10:47:57 2021 +0800

    Update README_zh.md
    
    change docke to docker
---
 docker/README_zh.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/README_zh.md b/docker/README_zh.md
index 613f310..35bc4e5 100644
--- a/docker/README_zh.md
+++ b/docker/README_zh.md
@@ -1,6 +1,6 @@
 # Docker 示例
 ### 1. 如何使用
-这个示例展示了开发者如何将dubbogo框架开发的应用打包为docke,并提供测试方案。
+这个示例展示了开发者如何将dubbogo框架开发的应用打包为docker,并提供测试方案。
 
 当前目录下终端运行
 
@@ -49,4 +49,4 @@ go test -tags integration -v .
 --- PASS: TestGetUser (0.00s)
 PASS
 ok      github.com/apache/dubbo-go-samples/docker/go-server/tests/integration   3.612s
-```
\ No newline at end of file
+```