From b4026b1ef43825e2e0a96271875be716e5ea7ac8 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Mon, 30 May 2022 22:10:11 +0200 Subject: [PATCH] less README --- README.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index aca6d14..f3b3c00 100644 --- a/README.md +++ b/README.md @@ -29,20 +29,11 @@ return static function (RectorConfig $rectorConfig): void {
-## Read a First Book About Rector +## Learn Rector Faster -Are you curious, how Rector works internally, how to create your own rules and test them and why Rector was born? In May 2021 we've released the very first book: *Rector - The Power of Automated Refactoring*. +Rector is a tool that [we develop](https://getrector.org/) and share for free, so anyone can save hundreds of hours on refactoring. But not everyone has time to understand Rector and AST complexity. You have 2 ways to speed this process up: - - - +* read a book - The Power of Automated Refactoring +* hire our experienced team to improve your code base -By [buying a book](https://leanpub.com/rector-the-power-of-automated-refactoring) you directly support maintainers who are working on Rector. - -
- -## Support - -Rector is a tool that [we develop](https://getrector.org/) and share for free, so anyone can automate their refactoring. But not everyone has dozens of hours to understand complexity of abstract-syntax-tree in their own time. **That's why we provide commercial support - to save your time**. - -Would you like to apply Rector on your code base but don't have time for the struggle with your project? [Hire us](https://getrector.org/contact) to get there faster. +Both ways support us to and improve Rector in sustainable way by learning from practical projects.