From ad4c837866ba9f08a1786555f9123dbccbaab2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gr=C3=BCner?= <47506558+MegaRedHand@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:26:16 -0300 Subject: [PATCH] docs(readme): fix repo name in `git clone` command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a29cdd6..f192fbf 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ Run your first workflow : ```bash # 1. Clone the repo -git clone https://github.com/fuzzinglabs/fuzzforge.git -cd fuzzforge +git clone https://github.com/fuzzinglabs/fuzzforge_ai.git +cd fuzzforge_ai # 2. Build & run with Docker # Set registry host for your OS (local registry is mandatory)