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 2020/04/13 06:41:12 UTC

[dubbo-spring-boot-project] branch master updated: Fix #692

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 f6251cb  Fix #692
f6251cb is described below

commit f6251cb11716b076bd57de19e9f82077c106b649
Author: Mercy Ma <me...@gmail.com>
AuthorDate: Mon Apr 13 14:41:02 2020 +0800

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

diff --git a/README.md b/README.md
index e4859b6..924f308 100644
--- a/README.md
+++ b/README.md
@@ -200,7 +200,7 @@ public interface DemoService {
         name: dubbo-auto-configure-consumer-sample
     ```
 
-If `DubboProviderDemo` works well, please mark sure `DubboProviderDemo` is started.
+If `DubboProviderDemo` works well, please make sure `DubboProviderDemo` is started.
 
 More details, please refer to [Samples](dubbo-spring-boot-samples).