You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by me...@apache.org on 2019/09/09 06:26:21 UTC

[dubbo-spring-boot-project] branch master updated: update readme (#594)

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

mercyblitz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 538ed2a  update readme (#594)
538ed2a is described below

commit 538ed2a6442d72727f52702ea8da2b87280e7546
Author: lousaibiao <lo...@live.cn>
AuthorDate: Mon Sep 9 14:26:15 2019 +0800

    update readme (#594)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6796a55..0e7ca06 100644
--- a/README.md
+++ b/README.md
@@ -201,7 +201,7 @@ public interface DemoService {
         name: dubbo-auto-configure-consumer-sample
     ```
 
-If `DubboProviderDemo` works well, please mark sure `DubboProviderDemo` is started.
+If `DubboProviderDemo` doesn't work well, please make sure `DubboProviderDemo` is started.
 
 More details, please refer to [Samples](dubbo-spring-boot-samples).