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