From 0406596382b6a3993a4cb8637e474b3f3cce85e9 Mon Sep 17 00:00:00 2001 From: kapeyka <35118492+kapeyka@users.noreply.github.com> Date: Mon, 22 Oct 2018 03:53:41 +1100 Subject: [PATCH] Update README.md (#19750) --- docs/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index 83063df9d3..6d3f604bf1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -39,11 +39,11 @@ A quick reference to the commands that you will need, when working locally. | command | description | | ------- | ----------- | -| `npm run bootstrap` | Bootstraps the different services | +| `npm run bootstrap` | Bootstraps the different services. | | `npm run seed` | Parse all the challenge markdown files and inserts them into MongoDB. | -| `npm run develop` | Starts the freeCodeCamp API Server and Client Apps | -| `npm test` | Run all JS tests in the system, including client, server, lint and challenge tests | -| `npm run test:client` | Run the client test suite | -| `npm run test:curriculum` | Run the curriculum test suite | -| `npm run test:server` | Run the server test suite | -| `npm run commit` | An interactive tool to help you build a good commit message | +| `npm run develop` | Starts the freeCodeCamp API Server and Client Applications. | +| `npm test` | Run all JS tests in the system, including client, server, lint and challenge tests. | +| `npm run test:client` | Run the client test suite. | +| `npm run test:curriculum` | Run the curriculum test suite. | +| `npm run test:server` | Run the server test suite. | +| `npm run commit` | An interactive tool to help you build a good commit message. |