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-spi-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new 0829722  docs: update dependency coordinates (#140)
0829722 is described below

commit 082972266e5e65679d3e9b1f81df488bda008af0
Author: Mao Jun <[email protected]>
AuthorDate: Sat Oct 8 10:03:55 2022 +0800

    docs: update dependency coordinates (#140)
---
 dubbo-mock-extensions/README.md    | 6 +++---
 dubbo-mock-extensions/README_ch.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dubbo-mock-extensions/README.md b/dubbo-mock-extensions/README.md
index e93d343..0cb5487 100644
--- a/dubbo-mock-extensions/README.md
+++ b/dubbo-mock-extensions/README.md
@@ -9,11 +9,11 @@
 - Add the dependency.
 
 ```xml
-<denpendency>
+<dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
     <artifactId>dubbo-mock-admin</artifactId>
-    <version>last</version>
-</denpendency>
+    <version>3.0.0</version>
+</dependency>
 ```
 
 - enable the mock flag. Add the ``` -Denable.dubbo.admin.mock=true ``` into 
your JVM parameter to enable this function.
diff --git a/dubbo-mock-extensions/README_ch.md 
b/dubbo-mock-extensions/README_ch.md
index 31a258e..e1d2af8 100644
--- a/dubbo-mock-extensions/README_ch.md
+++ b/dubbo-mock-extensions/README_ch.md
@@ -9,11 +9,11 @@
 - 引入依赖
 
 ```xml
-<denpendency>
+<dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
     <artifactId>dubbo-mock-admin</artifactId>
-    <version>last</version>
-</denpendency>
+    <version>3.0.0</version>
+</dependency>
 ```
 
 - 开启模拟返回开关 将``` -Denable.dubbo.admin.mock=true ```添加到JVM启动参数中。

Reply via email to