From 2410ebfa628b92a5f6f7e993c8a9f96564a6e221 Mon Sep 17 00:00:00 2001 From: aaolaveh Date: Tue, 6 Sep 2022 16:30:53 -0400 Subject: [PATCH] Hola --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ba3e1c..6e5049b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Note you can use multiple methods to authenticate, and the url is different for git clone 'repository name' ``` -If that wasn't successful, and you received an error, refer to this +If that wasn't successful, and you received an error, refer to this help page https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository. @@ -71,7 +71,7 @@ and get the following output: To commit your changes: -``` +``` git commit -m 'status message' ```