diff --git a/README.md b/README.md index e1c85ded..f9a55224 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,8 @@ You first need to install node dependencies (requires [Node.js](https://nodejs.o The following commands will then be available from the repository root: ```bash -> gulp build // build dist files -> gulp build --watch // build and watch for changes -> gulp lint // perform code linting +> npm run build // build dist files +> npm run lint // perform code linting ``` ## License