Skip to content

Commit

Permalink
Merge pull request #118 from IonicaBizauKitchen/master
Browse files Browse the repository at this point in the history
Fix double "the" in README.md
  • Loading branch information
Jessica Lord committed Apr 20, 2016
2 parents aaa7dd0 + 9ba5e06 commit 5bd5aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ When you've completed the steps in a challenge click 'Verify'. Depending on the

### Tips For Getting Started

**Code snippets** often times look like `$ some code-stuff --here`. The dollar sign identifies the line as one a user would enter into the the command line, but you don't actually include it when you type it into terminal. In this case, you'd actually just type `some code-stuff --here`.
**Code snippets** often times look like `$ some code-stuff --here`. The dollar sign identifies the line as one a user would enter into the command line, but you don't actually include it when you type it into terminal. In this case, you'd actually just type `some code-stuff --here`.

**Variables** are indicated by `<VARIABLENAME>` in code snippets. When you actually use the line of code, replace it, including the `<>`, with your variable. For instance to make a new folder in terminal the format is, `mkdir <FOLDERNAME>`, so if you wanted to make a folder named 'octocat', you'd type: `mkdir octocat`.

Expand Down

0 comments on commit 5bd5aba

Please sign in to comment.