From d082f9a35fd39def9cd3b218c212dbc612d16a22 Mon Sep 17 00:00:00 2001 From: Brent Brewington Date: Wed, 5 Mar 2025 06:55:48 -0500 Subject: [PATCH] remove .git extension --- .github/steps/1-initialize-javascript-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/1-initialize-javascript-project.md b/.github/steps/1-initialize-javascript-project.md index 4db81f2..bcb83f0 100644 --- a/.github/steps/1-initialize-javascript-project.md +++ b/.github/steps/1-initialize-javascript-project.md @@ -47,7 +47,7 @@ Once you have the necessary tools installed locally, follow these steps to begin 1. Open the **Terminal** (Mac and Linux) or **Command Prompt** (Windows) on your local machine 2. Clone your Skills repo to your local machine: ```shell - git clone .git + git clone ``` 3. Navigate to the folder you just cloned: ```shell