From 3d956482456e876fb3b509d404a28b00e59f651f Mon Sep 17 00:00:00 2001 From: Nathan N Date: Wed, 10 Oct 2018 21:18:38 -1000 Subject: [PATCH] Fix typo and update markdown script --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2d66c5d..c5d1312 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # this-events -##Getting Started +## Getting Started 1. **Fork** this repository -2. **Clone** this repository from your personal Github account: +1. **Clone** this repository from your personal Github account: - Copy the HTTPS or SSH address on the page. - From you DevLeague folder, run the command `$ git clone [SSH or HTTP address]` in your terminal in order to clone this repository into that folder (you don't need to type the "$"; this is the command __prompt__, and is used to signify your terminal is ready for commands). -3. From your terminal, navigate into the this-events assignment: +1. From your terminal, navigate into the this-events assignment: - `$ cd this-events` -4. Open the this-events assignment in text editor and write your code in the `app.js` file. -5. Make sure you map the appropriate element id's and class names in the HTML file. -6. From your terminal, run `live-server` -7. Don't forget to commit your work! +1. Open the this-events assignment in text editor and write your code in the `app.js` file. +1. Make sure you map the appropriate element id's and class names in the HTML file. +1. From your terminal, run `live-server` +1. Don't forget to commit your work!