From 2eec9027c68afe1004300306759afe5967fed7ab Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 23 Aug 2019 13:15:07 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f2095f..e2c40b9 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,26 @@ -# vaquant +# Vaquant ## Project setup ``` -yarn install +npm install ``` ### Compiles and hot-reloads for development ``` -yarn run serve +npm run serve ``` ### Compiles and minifies for production ``` -yarn run build +npm run build ``` ### Lints and fixes files ``` -yarn run lint +npm run lint ``` ### Run your unit tests ``` -yarn run test:unit +npm run test:unit ```