Skip to content

Commit d082f9a

Browse files
authored
remove .git extension
1 parent 5d4f598 commit d082f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/steps/1-initialize-javascript-project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Once you have the necessary tools installed locally, follow these steps to begin
4747
1. Open the **Terminal** (Mac and Linux) or **Command Prompt** (Windows) on your local machine
4848
2. Clone your Skills repo to your local machine:
4949
```shell
50-
git clone <this repository URL>.git
50+
git clone <this repository URL>
5151
```
5252
3. Navigate to the folder you just cloned:
5353
```shell

0 commit comments

Comments
 (0)