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

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


The following commit(s) were added to refs/heads/master by this push:
     new f1573fc  [#70] error command modification (#75)
f1573fc is described below

commit f1573fcd5bee6675b0275b987fd4d9b681295f8f
Author: david6969xin <[email protected]>
AuthorDate: Thu Jul 8 11:41:33 2021 +0800

    [#70] error command modification (#75)
---
 basic/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/basic/README.md b/basic/README.md
index b9d6ee3..6ee8673 100644
--- a/basic/README.md
+++ b/basic/README.md
@@ -14,7 +14,7 @@ A Microserivce using Java Chassis Edge Service to forward 
requests to consumer.
 
 * Build
 
-        mvn clean pacakge
+        mvn clean package
 
 * Run provider
 
@@ -55,7 +55,7 @@ Open in browser: http://localhost:9090/sayHello?name=World
 
 * 编译
 
-        mvn clean pacakge
+        mvn clean package
 
 * 启动 provider
 

Reply via email to