From 8137dd8cdfa36f21056d9dc06d5970d0c860a144 Mon Sep 17 00:00:00 2001 From: Carol Knieriem Date: Mon, 23 Dec 2019 14:07:43 -0500 Subject: [PATCH] minor grammar change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45f8aa0..17f2be0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you're really wanting to use this bot yourself, let's go over what you need a 1. Head on over to your terminal (preferrably **Command Prompt**) and clone the repository. - If you want to clone to a specific folder, you have two options: - - **`cd` into your desired folder.** For example, if you wanted to clone the repository into Documents, opening the terminal normally and run `cd C:/Users//Documents`. + - **`cd` into your desired folder.** For example, if you wanted to clone the repository into Documents, open the terminal normally and run `cd C:/Users//Documents`. - Open the terminal in a specific folder by doing **Shift-Rightclick => Open here**. - After doing either of those steps, clone the repository by running `git clone https://github.com/rhearmas/cardboardbot.git` through your terminal. 2. When `git` has finished, `cd` into the newly-created folder for the repository.