From 086b4ac78a48995501458ba0caf1496828f39aa4 Mon Sep 17 00:00:00 2001 From: Emeka Mbah Date: Sat, 9 Nov 2024 11:53:20 +0000 Subject: [PATCH] Update README.md Add testing instruction --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cda8723..ebc3c08 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,8 @@ https://github.com/your-username/your-repo/settings/hooks ### Testing ```bash -composer test +composer install +php vendor/bin/testbench package:test ``` ### Changelog