From b0e9c9ce8d7536e376edaebb0d451538e72a6c69 Mon Sep 17 00:00:00 2001 From: Jade Geels Date: Thu, 19 Oct 2023 11:36:53 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73cc71736..660826705 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Just run `./vendor/bin/phpunit` ### Browser tests -- Make sure you've a Magento install running +- Make sure you've got a Magento install running - Prepare Laravel Dusk with `composer run dusk:prepare` - Compile the assets with: `composer run dusk:assets` and re-run this when the assets are changed - Tests can be started with: `composer run dusk:test`