diff --git a/README.md b/README.md index 27840a8..6b045b0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## 使用 -- 简化 git 提交命令 +- 简化 Git 提交命令 ```sh auto git [描述] diff --git a/src/commander/actions.ts b/src/commander/actions.ts index 6a5c897..95ebb89 100644 --- a/src/commander/actions.ts +++ b/src/commander/actions.ts @@ -21,7 +21,7 @@ const execCommand = (cmd: string) => { } /** - * 简化 git 提交命令 + * 简化 Git 提交命令 */ export const simplifyGit = async (desc = '更新代码') => { info()