diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-01-29 17:03:20 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-01-29 17:03:20 +0100 |
commit | ff91688164e3d91b2dd51185ee411b18e56a2751 (patch) | |
tree | 405f9b21a95f40abca30321ad4c1f5c41d9b365e | |
parent | 8eb575ec0833e8b2f95cef67297aa4ffa3a115c9 (diff) |
Fix typo
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,5 +12,5 @@ To build the code in develop mode, run `npm run build:dev`. To build the code for production, run `npm run build`. To start the server simply run `npm start`. -This means that you probably want to open two terminal windows, in one of the -two runs `npm run build:dev`, and another runs `npm start`. +This means that you probably want to open two terminal windows, in one which +you run run `npm run build:dev`, and in another you run `npm start`. |