We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8583e73 + db3c9a7 commit 7c72309Copy full SHA for 7c72309
README.md
@@ -17,6 +17,6 @@ _[Why do we install Rector into its own directory?](https://github.com/FriendsOf
17
## Usage
18
19
```shell
20
-tools/rector/bin/rector process # refactors code
21
-tools/rector/bin/rector process --dry-run # shows you what it would do
+tools/rector/vendor/bin/rector process # refactors code
+tools/rector/vendor/bin/rector process --dry-run # shows you what it would do
22
```
0 commit comments