From 3d44f32589380af4863b74d4a5bea5244a5b8e9c Mon Sep 17 00:00:00 2001 From: Tobi <84527857+reussio@users.noreply.github.com> Date: Thu, 6 Nov 2025 08:32:17 +0100 Subject: [PATCH] Fix clone URL in contributing section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bae08ac..ee213cd 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ npm install tiny-hooks ## 🤝 Contributing 1. Fork this repository -2. Clone your fork locally: `git clone git@github.com:/tiny-hooks.git` +2. Clone your fork locally: `git clone git@github.com:reussio/tiny-hooks.git` 3. Make your improvements or fixes. 4. Commit your changes and push the branch to your fork. 5. Open a Pull Request against the `main` branch of this repository.