From 19bf94ac7bd28ef5cd9a1dc035b55013f60441c5 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Thu, 19 Oct 2017 14:44:56 -0700 Subject: [PATCH] Improve README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef351ec..3745ff6 100644 --- a/README.md +++ b/README.md @@ -196,8 +196,8 @@ Then parse the stubs with Run the tests with - vendor/bin/phpunit + composer test Lint with - vendor/bin/phpcs + composer lint