aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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`.