Browse Source

Merge pull request #1 from renfan/dev

fix install path
george fox 5 năm trước cách đây
mục cha
commit
7eae1b282a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -34,8 +34,8 @@ MaxRefresh int
 
 #### 安装教程
 
-* gopath模式: `go get https://github.comgoflyfox/gtoken`
-* 或者 使用go.mod添加 :`require github.comgoflyfox/gtoken last`
+* gopath模式: `go get https://github.goflyfox/gtoken`
+* 或者 使用go.mod添加 :`require github.goflyfox/gtoken latest`
 
 #### 使用说明