From 7192c28c0748b502c0b4e8215b27e79f86a38151 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Fri, 17 May 2019 08:55:36 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4eafe4..41b7df7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this project is to build a web application that enables subscribi `npm install` 4. Run migrations from `app` folder -`npx sequelize db:migrate` +`npm run migrate` or `npx sequelize db:migrate` 5. Run app -`npm start` +`npm start` or `npm run start-mon` to run app with automatic restart on code change