From 7764f07133a6869487a45a0e46675d89bccf1308 Mon Sep 17 00:00:00 2001 From: laura-bergoens Date: Mon, 5 Oct 2020 12:11:02 +0200 Subject: [PATCH] Fix README.md install dependencies instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5045c637..2518c0ee4 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Domain name for `.org` extension. ```bash # install dependencies -$ npm run install +$ npm install # serve with hot reload at localhost:5000 $ npm run dev:site @@ -50,7 +50,7 @@ $ npm run start:site ```bash # install dependencies -$ npm run install +$ npm install # serve with hot reload at localhost:5000 $ npm run dev:pro @@ -65,7 +65,7 @@ $ npm run start:pro ```bash # install dependencies -$ npm run install +$ npm install # build for production and launch server $ npm run build