From f0e998c386beb704c36f13205e46c197555633de Mon Sep 17 00:00:00 2001 From: ananya0504 Date: Sun, 3 Oct 2021 11:38:05 +0530 Subject: [PATCH] Fixed typo issue #55 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6303ea80..31012931 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Run the following command to install the required dependencies. 6. Stage your changes and commit ```yml -git add -a +git add . git commit -m "" ```