Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Jul 9, 2023
1 parent a0b0eaf commit 1e092bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description: Interactive Commitizen CLI that generate standardized git commit me
<br />

- 🤖 **OpenAI Support.** Let the AI generate your git commit message.
- ⚡️ **Lightweight** : Zero Dependencies (1.5MB)
- ⚡️ **Lightweight** : Zero Dependencies (1.6MB)
- 🤗 **Simpler and Faster** : No plugin, No adapter, No extra steps, You can use `npx` | `npm script` | `global install`... quick start CLI in your any project
- 😎 **Highly Customizable** : Internally contains the core of cz-git. Extend all the features of cz-git. Same behavior, Same configuration loader... You can customize the commit CLI according to your need

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description: 交互式命令行工具 (Commitizen CLI) 生成标准化的 git co
<br />

- 🤖 **OpenAI 支持.** 让 AI 来辅助生成你 git commit 的描述信息
- ⚡️ **轻量级** : 零依赖项 (1.5MB)
- ⚡️ **轻量级** : 零依赖项 (1.6MB)
- 🤗 **简单且快速** : 无需前置配置,无需适配器,没有额外的步骤,你可以使用 `npx` | `npm 脚本` | `全局下载`... 在你的任何项目中快速启动
- 😎 **高度可定制化** : 内部包含 cz-git 的核心,继承了 cz-git 的所有特性,具有相同的行为,配置加载... 你可以根据自己的需要配置的 CLI 的行为

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<br/>

- 🤖 **OpenAI Support.** Let the AI generate your git commit message description.
- ⚡️ **Lightweight** : Zero Dependencies (1.5MB)
- ⚡️ **Lightweight** : Zero Dependencies (1.6MB)
- 🤗 **Simpler and Faster** : No plugin, No adapter, No extra steps, You can use `npx` | `npm script` | `global install`... quick start CLI in your any project
- 😎 **Highly Customizable** : Internally contains the core of cz-git. Extend all the features of cz-git. Same behavior, Same configuration loader... You can customize the commit CLI according to your need

Expand Down

0 comments on commit 1e092bf

Please sign in to comment.