From ec081a3ece0c7098a060c686b9c6518cc01a3c34 Mon Sep 17 00:00:00 2001 From: C0pyR1ght Date: Thu, 9 Jan 2020 16:58:20 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09e5e2294d44..636a6880fa29 100644 --- a/README.md +++ b/README.md @@ -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: @@ -118,7 +125,7 @@ parameters: - 'php73' ``` -### B. Custom Sets +### C. Custom Sets 1. Create a `rector.yaml` config file with your desired Rectors: From 17ae9eec5d5b74b9d4d77721ca3143ca2bdca2fb Mon Sep 17 00:00:00 2001 From: C0pyR1ght Date: Thu, 9 Jan 2020 17:02:33 +0100 Subject: [PATCH 2/2] added get started --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 636a6880fa29..c98742892ee6 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ composer require rector/rector --dev Try the demo and get familiar with rector --[Rector demo](https://github.com/rectorphp/demo) --[Rector training](https://github.com/rectorphp/rector-training) +- [Rector demo](https://github.com/rectorphp/demo) +- [Rector training](https://github.com/rectorphp/rector-training) ### B. Prepared Sets