aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-01-29 17:03:20 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-01-29 17:03:20 +0100
commitff91688164e3d91b2dd51185ee411b18e56a2751 (patch)
tree405f9b21a95f40abca30321ad4c1f5c41d9b365e
parent8eb575ec0833e8b2f95cef67297aa4ffa3a115c9 (diff)
Fix typo
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d9dac31..eb2a12d 100644
--- a/README.md
+++ b/README.md
@@ -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`.