From ccf6158bb48966835ed31e12fd9d40d3f413ef41 Mon Sep 17 00:00:00 2001 From: Viktor Pettersson <36230100+viktigpetterr@users.noreply.github.com> Date: Mon, 15 Feb 2021 22:51:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b33a04..1766950 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ $ composer install **Run tests** ```sh -$ ./vendor/bin/phpunit tests +$ composer test ```