Ver Fonte

[fixed] a case mismatch in the repository name

unseenme há 5 meses atrás
pai
commit
f93eea53af
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/chapter16/第十六章 毕业设计.md

+ 1 - 1
docs/chapter16/第十六章 毕业设计.md

@@ -158,7 +158,7 @@ git clone git@github.com:你的用户名/Hello-Agents.git
 cd Hello-Agents
 
 # 添加上游仓库(用于同步更新)
-git remote add upstream https://github.com/datawhalechina/Hello-Agents.git
+git remote add upstream https://github.com/datawhalechina/hello-agents.git
 
 # 查看远程仓库
 git remote -v