diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-07-06 15:00:57 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-07-06 15:00:57 +0200 |
commit | 9f935565ebe09444b7b576b0be986c6271baef39 (patch) | |
tree | 606c5cb8e3a296c96ca7980cbd9174f1057ba6c8 | |
parent | d9311800b9eb6c83ace0308897f2263cf38ed1f8 (diff) |
Fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ for production, run `npm run build`. To start the server simply run 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`. -Alternativly, you can run `npm run dev` to run the `start` and `build:dev` +Alternatively, you can run `npm run dev` to run the `start` and `build:dev` scripts at the same time. ## BrowserStack |