From faf77d791ff602ed1a10e338d4ea1a33645db3ab Mon Sep 17 00:00:00 2001 From: Peter Sorensen Date: Tue, 10 Jan 2017 12:05:37 -0800 Subject: [PATCH] Update README to include new task name #1797 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88fa54f..71d2f24 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ You now have all the necessary dependencies to run the build process. #### Additional commands -* `yarn run clean` — Remove your `dist/` folder +* `yarn run rmdist` — Remove your `dist/` folder * `yarn run lint` — Run eslint against your assets and build scripts * `composer test` — Check your PHP for code smells with `phpmd` and PSR-2 compliance with `phpcs`