From ddab1e864d23ceb78ca4ed663d93dee9cdbcba2f Mon Sep 17 00:00:00 2001 From: kvthm <48555951+kvthm@users.noreply.github.com> Date: Mon, 12 Oct 2020 14:40:57 +0200 Subject: [PATCH] Update README.md fixed rector-migrate-0.7.yml to php --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6d4be5a..3c2ee624 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ to install `rector/rector`. Run ```bash -vendor/bin/rector process src/ --config vendor/thecodingmachine/safe/rector-migrate-0.7.yml +vendor/bin/rector process src/ --config vendor/thecodingmachine/safe/rector-migrate-0.7.php ``` to run `rector/rector`.