Răsfoiți Sursa

[fixed] a case mismatch in the repository name

unseenme 5 luni în urmă
părinte
comite
f93eea53af
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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