From 38c8e6a007824444092d466533b0079d20fbe603 Mon Sep 17 00:00:00 2001 From: Damian Dziaduch Date: Mon, 11 May 2020 10:27:32 +0200 Subject: [PATCH] Alter command name This change will suggest to use command given in the output of the vendor/bin/rector --- docs/rector_recipe.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/rector_recipe.md b/docs/rector_recipe.md index 82bd6bfaf5ec..0ebc9bb84942 100644 --- a/docs/rector_recipe.md +++ b/docs/rector_recipe.md @@ -42,7 +42,11 @@ parameters: ## 2. Generate it ```bash -vendor/bin/rector create +vendor/bin/rector create-rector +``` +There is also a shortcut command: +```bash +vendor/bin/rector c ``` That's it :)