From e01cca53ea19767c308cad1918dfb9a435b8643c Mon Sep 17 00:00:00 2001 From: Jamie Schouten Date: Sat, 14 Sep 2024 20:14:57 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2e66e1..630d895 100644 --- a/README.md +++ b/README.md @@ -45,5 +45,5 @@ The `pest` job runs tests using the Pest PHP testing framework. ```bash ./vendor/bin/pest ``` - - **Description:** Executes the Pest test runner to run all defined tests in the project. Pest is a testing framework for PHP, known for its simplicity and expressive syntax. + - **Description:** Executes the Pest test runner to run all defined tests in the project.