From 9163c3f3af18a2a86e0a26f9d1f91b2bfc230221 Mon Sep 17 00:00:00 2001 From: Carlos Granados Date: Wed, 31 Dec 2025 10:04:00 +0100 Subject: [PATCH] Update name in installation instructions The instructions referred to the old name behastan/behastan and this resulted in the installation of an old version which does not work properly. They should refer to rector/behastan instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be2ec6e19..1745d93f9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Find unused and duplicated definitions easily – without running Behat test ## Install ```bash -composer require behastan/behastan --dev +composer require rector/behastan --dev ``` ## Usage