Skip to content

Commit 7c72309

Browse files
Merge pull request #35 from stickeeuk/docs/readme
docs(readme): fix example commands
2 parents 8583e73 + db3c9a7 commit 7c72309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ _[Why do we install Rector into its own directory?](https://github.com/FriendsOf
1717
## Usage
1818

1919
```shell
20-
tools/rector/bin/rector process # refactors code
21-
tools/rector/bin/rector process --dry-run # shows you what it would do
20+
tools/rector/vendor/bin/rector process # refactors code
21+
tools/rector/vendor/bin/rector process --dry-run # shows you what it would do
2222
```

0 commit comments

Comments
 (0)