From 8d89daab5e27dd14cfb4e7caf54bc086bccb83db Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Thu, 26 Oct 2023 18:33:22 +0200 Subject: [PATCH] Fix link text (#12) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 202f39a..200aecf 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Below is a list of the free tasks included with this package: ## Advanced Usage -The Shift CLI is meant to be integrated into your development workflow. Its focus is refactoring your code and ensuring consistency across your projects. As such, it pairs well with a code formatter. Shift recommends using [Laravel Pint](https://laravel.com/docs/pint) as it is a first-party package which applies the Laravel code style by default. It also uses [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) underneath, so you may easily configure it with all the same options. You may, of course, use PHP CS Fixer directly, or another code formatter like [PHP CS Fixer](https://github.com/squizlabs/PHP_CodeSniffer). +The Shift CLI is meant to be integrated into your development workflow. Its focus is refactoring your code and ensuring consistency across your projects. As such, it pairs well with a code formatter. Shift recommends using [Laravel Pint](https://laravel.com/docs/pint) as it is a first-party package which applies the Laravel code style by default. It also uses [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) underneath, so you may easily configure it with all the same options. You may, of course, use PHP CS Fixer directly, or another code formatter like [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer). For example, to run the Shift CLI and Pint together, you may run: