From 2375927307d3073caeb44aac66e50cb5c218e9ee Mon Sep 17 00:00:00 2001 From: Ivy <73388495+eatMoreApple@users.noreply.github.com> Date: Tue, 23 Mar 2021 15:28:06 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5753f02..bb0fe8d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ `go get` ```shell -go get github.com/Ivy1996-encode/openwechat +go get github.com/eatMoreApple/openwechat ``` @@ -24,7 +24,7 @@ go get github.com/Ivy1996-encode/openwechat `go mod` ```shell -require github.com/Ivy1996-encode/openwechat +require github.com/eatMoreApple/openwechat ``` @@ -38,7 +38,7 @@ package main import ( "fmt" - "github.com/Ivy1996-encode/openwechat" + "github.com/eatMoreApple/openwechat" ) func main() {