From b0035116f90c0da3c1eebe58684925be142f4f79 Mon Sep 17 00:00:00 2001 From: Christie Date: Fri, 19 Apr 2024 14:44:47 -0600 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50e5c138..c6caade8 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ In this step we will setup the origin for the repository. We'll do this by conne * Go into that folder. * Create a file called `myName.js` and add your name to that file. * Save the file and open a terminal window. -* In your terminal window, `cd` to your `myProject` folder. O +* In your terminal window, `cd` to your `myProject` folder. * Run `git init`. *