From 8777b4a9ecbd9d46a5706b71ab81054900f13db2 Mon Sep 17 00:00:00 2001 From: jromano743 Date: Tue, 8 Oct 2024 22:38:40 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix:=20contriubuting-correct-ins?= =?UTF-8?q?truction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f295aa9..33c2d70 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ You can now start working locally on the project. When you decide you are ready ```bash git add . -git checkout -m "✨ feat: [commit message here]" +git commit -m "✨ feat: [commit message here]" git push ```