Skip to content

Commit b3e2dc5

Browse files
committed
Fix typos on acronyms
1 parent fd7dbe1 commit b3e2dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ go get -u gitcode.com/dromara/carbon/v2
4040
import "gitee.com/dromara/gitcode/v2"
4141
```
4242

43-
`Carbon` was donated to the [dromara](https://dromara.org/ "dromara") organization, the repository url has changed. If the previous repository used was `golang-module/carbon`, please replace the original repository with the new repository in `go.mod`, or execute the following command
43+
`Carbon` was donated to the [dromara](https://dromara.org/ "dromara") organization, the repository URL has changed. If the previous repository used was `golang-module/carbon`, please replace the original repository with the new repository in `go.mod`, or execute the following command:
4444

4545
```go
4646
go mod edit -replace github.com/golang-module/carbon/v2=github.com/dromara/carbon/v2
@@ -1320,7 +1320,7 @@ The following calendars are supported
13201320
* [Chinese Lunar](./calendar/lunar/README.md "Chinese Lunar")
13211321
* [Persian/Jalaali](./calendar/persian/README.md "Persian/Jalaali")
13221322

1323-
##### I18n
1323+
##### i18n
13241324

13251325
The following languages are supported
13261326

0 commit comments

Comments
 (0)