From 09350cbd88aab70a5ffd393e6c237e073cea4f78 Mon Sep 17 00:00:00 2001 From: femmebot Date: Mon, 28 Sep 2015 13:22:45 -0400 Subject: [PATCH] updated instructions --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 623e743..35310d3 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Exercise for Week 1: * Fork this repository to your GitHub account * Make a local copy of your forked repo -* Use terminal commands to: - 1. navigate into your local **week01** repo - 2. create a new folder within the repo labelled with your name (e.g., firstname-lastname) - 3. in your newly-created folder, create a text file that contains the following information: - * Name: - * Link to GitHub profile page: -* Use Git to track your changes locally and remotely -* Once you're done, do a pull request (PR) to submit your exercise +* Use terminal commands to accomplish the following: + 1. Navigate into your local **week01** repo + 2. Create a new folder within your local repo and label it with your name (e.g., firstname-lastname) + 3. In your newly-created folder, create a text file that contains the following. (Insert your name and GitHub username in the quotation marks): + * "Name": "Firstname Lastname" + * "Link to GitHub profile page": "https://github.com/GitHubUsername" +* Use Git to track your changes both locally and remotely +* Once you're done, do a pull request (PR) on GitHub to submit your exercise