From db0f62a43b5e01422ab723950bdb2a8c2c74489e Mon Sep 17 00:00:00 2001 From: Xie Lian Date: Sat, 2 Jul 2022 19:21:38 +0630 Subject: [PATCH 1/2] Changed wrong spelling on README Commands table. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 080413e86..13d9ab6e7 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ TELEGRAM_CHANNEL= Command | Description --- | --- -**`php artisan pest -p`** | Run the tests with parallel execution +**`php artisan test -p`** | Run the tests with parallel execution `php artisan migrate:fresh --seed` | Reset the database `npm run dev` | Build and watch for changes in CSS and JS files From f89b0614f111529f6404e366e0d57ed668b9fbbc Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 6 Jul 2022 15:09:18 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d9ab6e7..82c39de39 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ TELEGRAM_CHANNEL= Command | Description --- | --- -**`php artisan test -p`** | Run the tests with parallel execution +**`vendor/bin/pest -p`** | Run the tests with parallel execution `php artisan migrate:fresh --seed` | Reset the database `npm run dev` | Build and watch for changes in CSS and JS files