From 439481029eacb60401d2ba17757deb2db9c4becf Mon Sep 17 00:00:00 2001 From: Jamie Sykes Date: Tue, 17 Jun 2025 15:30:15 +0100 Subject: [PATCH] Fixes an incorrect command. --- docs/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index 048940f..cd068e7 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -38,7 +38,7 @@ composer require --dev creode/blocks-rector-ruleset Once done you need to run the following command to upgrade your blocks, take specific note of the `{theme-name}` placeholder which should be replaced with the name of your WordPress theme: ```bash -/vendor/bin/rector process wp-content/themes/{theme-name} --config=vendor/creode/wordpress-blocks-rector/config/blocks-1-0.php +vendor/bin/rector process wp-content/themes/{theme-name} --config=vendor/creode/wordpress-blocks-rector/config/blocks-1-0.php ``` The rector project can be found here: https://github.com/creode/wordpress-blocks-rector.