aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Mathys <max.mathys@gmail.com>2022-10-08 14:07:13 +0300
committerGitHub <noreply@github.com>2022-10-08 14:07:13 +0300
commit3e952468aac3823324430f5212fecb2a9f916ca5 (patch)
tree0274cda68e91cb29db70d47254f88880e191d7d6
parentefffc87cf54eb4609fa960ba28b04221b08d56dc (diff)
"mainland China" to "China"
-rw-r--r--gitstatus/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitstatus/README.md b/gitstatus/README.md
index 0fcf098b..b8d86163 100644
--- a/gitstatus/README.md
+++ b/gitstatus/README.md
@@ -35,7 +35,7 @@ git clone --depth=1 https://github.com/romkatv/gitstatus.git ~/gitstatus
echo 'source ~/gitstatus/gitstatus.prompt.zsh' >>! ~/.zshrc
```
-Users in mainland China can use the official mirror on gitee.com for faster download.<br>
+Users in China can use the official mirror on gitee.com for faster download.<br>
中国大陆用户可以使用 gitee.com 上的官方镜像加速下载.
```zsh
@@ -136,7 +136,7 @@ git clone --depth=1 https://github.com/romkatv/gitstatus.git ~/gitstatus
echo 'source ~/gitstatus/gitstatus.prompt.sh' >> ~/.bashrc
```
-Users in mainland China can use the official mirror on gitee.com for faster download.<br>
+Users in China can use the official mirror on gitee.com for faster download.<br>
中国大陆用户可以使用 gitee.com 上的官方镜像加速下载.
```bash