From 2ffa68e9c2dd7e78273e7c83e825982fa50a6474 Mon Sep 17 00:00:00 2001 From: Igor Benav <43156212+igorbenav@users.noreply.github.com> Date: Sun, 21 Jan 2024 00:04:58 -0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6bd52d1..56e5db3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Thank you for your interest in contributing to FastCRUD! This guide is meant to Start by forking and cloning the FastCRUD repository: ```sh -git clone https://github.com/YOUR-GITHUB-USERNAME/fastcrud.git +git clone https://github.com/igorbenav/fastcrud.git ``` ### Using Poetry for Dependency Management