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

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


The following commit(s) were added to refs/heads/master by this push:
     new e008769  Modified incorrect character (#335)
e008769 is described below

commit e0087696802f06fa593a7bca88d5611c7706bd48
Author: Steve Rao <[email protected]>
AuthorDate: Thu Jun 24 15:54:42 2021 +0800

    Modified incorrect character (#335)
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b55dc53..cffaa7b 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Dubbo integration test base on docker container, and relies 
on an image used to
 
 Integration test leverages [docker](https://docs.docker.com/get-started/) to 
setup test environment, more accurately, to start dubbo provider instance, and 
any other supporting systems like registry center if necessary, in docker. 
 
-Please install `docker` and `docker-compose` first, then build the test image 
`dubb/sample-test`.
+Please install `docker` and `docker-compose` first, then build the test image 
`dubbo/sample-test`.
 
 ```bash
 cd dubbo-samples
@@ -52,9 +52,9 @@ Then we use the `run-tests.sh` script to run the test cases.
   cd dubbo-samples
   ./test/run-tests.sh <project.basedir>
   ```
-    
+  
   For example, run the `dubbo-samples-annotation` test case:
-    
+  
   ```
   ./test/run-tests.sh dubbo-samples-annotation
   ```

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to