Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
avillegasn committed Feb 28, 2019
1 parent a185747 commit e0c414b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ This will download the Node.js and PHP dependencies under `node_modules` and `ve

The Boilerplate provides these additional commands:

* `npm run dev` Build files and watch for changes.
* `npm run dev` Build files without minification.
* `npm run watch` Build files and watch for changes.
* `npm run build` Build files and minify JS and CSS.
* `npm run lint-php` Run PHP_CodeSniffer on PHP files to detect errors.
* `npm run lint-php:fix` Run phpcbf to try to fix PHP errors.
Expand Down

0 comments on commit e0c414b

Please sign in to comment.