Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCodes committed Sep 29, 2018
1 parent 3c21ed1 commit 9dd32d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Set of exercises in using JS promises for handling asynchronous operations.

For these exercises, there are a few folders, each corresponding to a step in the lesson. Each of them has a `README.md`, a `test.js`, and an `answers.js`. Read the README.md for further instructions, implement the methods in the `answers.js`, passing the tests in the `tests.js` file. The answers has a

> Quick tip: To run any of the exercises below in watch mode, add `-- --watch`, (e.g. `npm run making-promises -- --watch`)
> Quick tip: To run any of the exercises below in watch mode, add `-- --watch`, (e.g. `npm run 01-making-promises -- --watch`)
You are free to look at any of the tests for guidance, but don't change them.

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"description": "Exercises for learning promises",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"start": "./node_modules/.bin/mocha --watch",
"01-making-promises": "npm test -- ./01-making-promises",
"02-consuming-promises": "npm test -- ./02-consuming-promises",
"03-transforming-promises": "npm test -- ./03-transforming-promises",
Expand Down

0 comments on commit 9dd32d7

Please sign in to comment.