diff --git a/README.md b/README.md index 49b5a6f..121c026 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ composer phpunit:debug A standard for code style can be important when working in teams, as it means that less time is spent by developers processing what they are reading (as everything will be consistent). Code formatting is automated via [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer). -PHP-CS-Fixer will not format line lengths which do form part of the PSR-2 coding standards so these will product warnings when checked by [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer). +PHP-CS-Fixer will not format line lengths which do form part of the PSR-2 coding standards so these will product warnings when checked by [PHP Code Sniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). These can be run by executing: @@ -122,7 +122,7 @@ Look at the example in [.github/workflows/main.yml](.github/workflows/main.yml). - [PHP](https://secure.php.net/) - [Composer](https://getcomposer.org/) - [PHPUnit](https://phpunit.de/) - - [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) + - [PHP Code Sniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) - [GNU Make](https://www.gnu.org/software/make/) ## License