Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f4255e

Browse files
authored
Update README.md
Fix typo
1 parent 7e74686 commit 1f4255e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ git init
8181

8282
What it does is creating a brand new **local** repository in your project folder. Only after doing this you will be able to follow along the next procedure.
8383

84-
No we can continue with the actual procedure itself. This happens in 3 stages:
84+
Now we can continue with the actual procedure itself. This happens in 3 stages:
8585

8686
1. **Untracked**. In this stage GIT is not aware of the changes in your workspace.
8787
2. **Staged**. In this stage the changes will be tracked by GIT.

0 commit comments

Comments
 (0)