From 1e092bf23e739b1d567dbd0dd282437bc9023357 Mon Sep 17 00:00:00 2001
From: Zhengqbbb <1074059947@qq.com>
Date: Mon, 10 Jul 2023 00:29:41 +0800
Subject: [PATCH] docs: update README
---
docs/cli/index.md | 2 +-
docs/zh/cli/index.md | 2 +-
packages/cli/README.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/cli/index.md b/docs/cli/index.md
index 7fe2850c5..c8383372b 100644
--- a/docs/cli/index.md
+++ b/docs/cli/index.md
@@ -26,7 +26,7 @@ description: Interactive Commitizen CLI that generate standardized git commit me
- 🤖 **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
diff --git a/docs/zh/cli/index.md b/docs/zh/cli/index.md
index de3c7bf1e..a6bbc4532 100644
--- a/docs/zh/cli/index.md
+++ b/docs/zh/cli/index.md
@@ -26,7 +26,7 @@ description: 交互式命令行工具 (Commitizen CLI) 生成标准化的 git co
- 🤖 **OpenAI 支持.** 让 AI 来辅助生成你 git commit 的描述信息
-- ⚡️ **轻量级** : 零依赖项 (1.5MB)
+- ⚡️ **轻量级** : 零依赖项 (1.6MB)
- 🤗 **简单且快速** : 无需前置配置,无需适配器,没有额外的步骤,你可以使用 `npx` | `npm 脚本` | `全局下载`... 在你的任何项目中快速启动
- 😎 **高度可定制化** : 内部包含 cz-git 的核心,继承了 cz-git 的所有特性,具有相同的行为,配置加载... 你可以根据自己的需要配置的 CLI 的行为
diff --git a/packages/cli/README.md b/packages/cli/README.md
index b25ae70b8..e63d785cf 100644
--- a/packages/cli/README.md
+++ b/packages/cli/README.md
@@ -36,7 +36,7 @@
- 🤖 **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