diff --git a/README.md b/README.md index 6a5e927..091b74c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # domHarmony -##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 js-DOM assignment: +1. From your terminal, navigate into the js-DOM assignment: - `$ cd domHarmony` -4. Create a new branch and open the project in your text editor. -5. Write your code in the `app.js` file. -6. Run live-server to see your results in the browser. -7. Commit and push your code after each completed exercise. +1. Create a new branch and open the project in your text editor. +1. Write your code in the `app.js` file. +1. Run live-server to see your results in the browser. +1. Commit and push your code after each completed exercise.