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

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


The following commit(s) were added to refs/heads/main by this push:
     new 883ad3a3 Update README.md
883ad3a3 is described below

commit 883ad3a3b9b421e289968467518e096ce6569d8b
Author: Ken Liu <[email protected]>
AuthorDate: Thu Jul 4 20:22:38 2024 +0800

    Update README.md
---
 helloworld/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helloworld/README.md b/helloworld/README.md
index b2047ba8..a33991fb 100644
--- a/helloworld/README.md
+++ b/helloworld/README.md
@@ -24,7 +24,7 @@ This example demonstrates the basic usage of dubbo-go as an 
RPC framework. Check
     Install the latest version of protoc-gen-triple:
 
     ```shell
-    go get github.com/dubbogo/protoc-gen-go-triple/v3
+    go install github.com/dubbogo/protoc-gen-go-triple/[email protected]
     ```
 
 3. Generate stub code

Reply via email to