From a57a3d51054c39ccf6345dd999dd6236102a43cd Mon Sep 17 00:00:00 2001 From: Rusian Huu Date: Thu, 26 Mar 2026 01:12:14 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20=E4=BF=AE=E5=A4=8D=20README=20?= =?UTF-8?q?=E5=85=8B=E9=9A=86=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b9f36..855930c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ ### 安装依赖 ```bash -git clone https://github.com/yourname/gemini-skill.git +git clone https://github.com/WJZ-P/gemini-skill.git cd gemini-skill npm install ``` From b29f012a7b9b7216c21a6ca15851b35e4bdb6040 Mon Sep 17 00:00:00 2001 From: Rusian Huu Date: Thu, 26 Mar 2026 01:17:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=E4=BF=AE=E5=A4=8D=E8=8B=B1?= =?UTF-8?q?=E6=96=87=20README=20=E5=85=8B=E9=9A=86=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index 3e1437d..eaceeaa 100644 --- a/README.en.md +++ b/README.en.md @@ -70,7 +70,7 @@ Generate game-style sticker images through AI conversation: ### Install Dependencies ```bash -git clone https://github.com/yourname/gemini-skill.git +git clone https://github.com/WJZ-P/gemini-skill.git cd gemini-skill npm install ```