aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97be075..f5b75a5 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,8 @@ configuration loader. Those stay application concerns.
```bash
composer install
-vendor/bin/phpunit
+composer check # lint + unit tests
+composer bench # registration/dispatch scaling benchmark
```
Or, without Composer, drop a `phpunit.phar` into the repo root and run