From abcbebf2b95415b5f0f75884d8959c31fc9cf78f Mon Sep 17 00:00:00 2001 From: Michael Lindahl Date: Fri, 19 Aug 2022 10:48:30 -0700 Subject: [PATCH] Update README.md to reference pest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d54e046c2..737a819d9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ If you've found a bug regarding security please mail [security@spatie.be](mailto You can run the tests with: ```bash -vendor/bin/phpunit +./vendor/bin/pest ``` ## Upgrading