Skip to content

Commit

Permalink
fixed typo in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarlsson committed Nov 16, 2016
1 parent 236e0af commit ebf25db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 80,11 @@ The basic operations provided by a Depth-first Search usually include:
1. In the Terminal, navigate to the newly created folder for this repository.
1. Install dependencies by running the command: `npm install`
1. Run tests by running the command: `npm test`
1. Your work will be one in the file named: `graphGenerator.js`, `depthFirstSearch.js`, and `breadthFirstSearch.js`.
1. Pay attention to the tests for hints on what Method names it expects.
1. Your work will be done in the files named:
* `graphGenerator.js`
* `depthFirstSearch.js`
* `breadthFirstSearch.js`
1. Pay attention to the tests for hints.
1. Make your tests pass!

### Stretch Goals
Expand Down

0 comments on commit ebf25db

Please sign in to comment.