From 1b9b168fc2964925d0c3d79a4857ab1e97c3db55 Mon Sep 17 00:00:00 2001 From: Mark Knight Date: Tue, 20 Jun 2017 09:15:57 +0100 Subject: [PATCH] docs(readme): correct npm calls for start with dev / dev:test --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbe5804..45ab615 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ To run the your code: via **npm** ``` - npm start:dev + npm run start:dev ``` via **yarn** @@ -172,7 +172,7 @@ To run the your code: via **npm** ``` - npm start:dev:test + npm run start:dev:test ``` via **yarn**