Alter command name

This change will suggest to use command given in the output of the vendor/bin/rector
This commit is contained in:
Damian Dziaduch 2020-05-11 10:27:32 +02:00 committed by GitHub
parent 2bb6a94aaf
commit 38c8e6a007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 :)