From ff91688164e3d91b2dd51185ee411b18e56a2751 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Mon, 29 Jan 2018 17:03:20 +0100 Subject: Fix typo --- README.md | 4 ++-- 1 file 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`. -- cgit v1.1