summaryrefslogtreecommitdiffstats
path: root/js/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/README.md b/js/README.md
index a1b5f4139..db6dafc2e 100644
--- a/js/README.md
+++ b/js/README.md
@@ -10,7 +10,7 @@ then run:
## Building
Watch mode:
- grunt watch
+ grunt dev
Single run mode:
@@ -19,7 +19,7 @@ Single run mode:
## Testing
Watch mode:
- grunt watch:phpunit
+ grunt phpunit
grunt test
Single run mode: