Skip to content

Commit 9c565e5

Browse files
committedNov 21, 2015
updated links in readme.md file.
2 parents 150ca7d + e617209 commit 9c565e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ during your job interview.
1111
## Table of Contents
1212

1313
1. [Requirements](#requirements)
14-
1. [Installation Instructions](#Installation_Instructions)
15-
1. [Writing Your Solution] (#writing_your_solution)
16-
1. [Testing Your Code] (#testing_your_code)
14+
1. [Installation Instructions](#installation)
15+
1. [Writing Your Solution] (#coding)
16+
1. [Testing Your Code] (#testing)
1717
1. [Contributing](#contributing)
1818

1919

@@ -23,7 +23,7 @@ during your job interview.
2323
- Sinon
2424

2525

26-
## Installation Instructions
26+
## Installation
2727
````bash
2828
[~] $ git clone https://github.com/codeprep/coding_challenges
2929
[~] $ cd coding_challenges
@@ -34,12 +34,12 @@ during your job interview.
3434
```
3535

3636

37-
## Writing Your Solution
37+
## Coding
3838
Each folder will have a file with instructions. Open this file in your favorite editor. Read the directions.
3939
Add your code in the function. DO NOT rename the file or the function in the file.
4040

4141

42-
## Testing Your Code
42+
## Testing
4343
Once you have finished writing your code, enter npm test at the command line. You must be in the folder that you are
4444
testing your code.
4545

0 commit comments

Comments
 (0)
Please sign in to comment.