Skip to content

Commit 0cfdb1c

Browse files
authored
update readme installation as no longer part of rector/rector (#7)
1 parent c389a27 commit 0cfdb1c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ See available [PHPParser rules](/docs/rector_rules_overview.md)
44

55
## Install
66

7-
This package is already part of [rector/rector](http://github.com/rectorphp/rector) package, so it works out of the box.
8-
9-
All you need to do is install the main package, and you're good to go:
7+
You can install this package with composer:
108

119
```bash
12-
composer require rector/rector --dev
10+
composer require rector/rector-php-parser:dev-main --dev
1311
```
1412

1513
## Use Sets

0 commit comments

Comments
 (0)