From 468d007ee3940f68622734938514fb12f313a136 Mon Sep 17 00:00:00 2001 From: gouguoyin <245629560@qq.com> Date: Fri, 22 Nov 2024 22:55:00 +0800 Subject: [PATCH] Update content --- README.cn.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.cn.md b/README.cn.md index 1c95b0c..f668519 100755 --- a/README.cn.md +++ b/README.cn.md @@ -36,7 +36,7 @@ go get -u gitcode.com/dromara/dongle import "gitcode.com/dromara/dongle" ``` -由于 `dongle` 已经捐赠给了 [dromara](https://dromara.org/ "dromara") 组织,仓库地址发生了改变,如果之前用的仓库地址是 `golang-module/dongle`,请在 `go.mod` 里将原地址更换为新地址,如 +`Dongle` 已经捐赠给了 [dromara](https://dromara.org/ "dromara") 组织,仓库地址发生了改变,如果之前用的仓库地址是 `golang-module/dongle`,请在 `go.mod` 里将原地址更换为新地址,如 ```go go mod edit -replace github.com/golang-module/dongle=github.com/dromara/dongle diff --git a/README.md b/README.md index 6718c05..5acfb0f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ go get -u gitcode.com/dromara/dongle import "gitcode.com/dromara/dongle" ``` -`dongle` was donated to the [dromara](https://dromara.org/ "dromara") organization, the repository url has changed. If the previous repository used was `golang-module/dongle`, please replace the original repository with the new repository in `go.mod`, for example +`Dongle` was donated to the [dromara](https://dromara.org/ "dromara") organization, the repository url has changed. If the previous repository used was `golang-module/dongle`, please replace the original repository with the new repository in `go.mod`, for example ```go go mod edit -replace github.com/golang-module/dongle=github.com/dromara/dongle