Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,14 @@ composer require rector/rector --dev

## Running Rector

### A. Prepared Sets
### A. Get Started

Try the demo and get familiar with rector

- [Rector demo](https://github.com/rectorphp/demo)
- [Rector training](https://github.com/rectorphp/rector-training)

### B. Prepared Sets

Featured open-source projects have **prepared sets**. You can find them in [`/config/set`](/config/set) or by running:

Expand Down Expand Up @@ -118,7 +125,7 @@ parameters:
- 'php73'
```

### B. Custom Sets
### C. Custom Sets

1. Create a `rector.yaml` config file with your desired Rectors:

Expand Down