diff --git a/README.md b/README.md index 49a2a7d..7597d4f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Built by [Funkhaus](http://funkhaus.us/). ## Setting up WordPress Coding Standards in VS Code -1. Install [PHP CodeSniffer (PHPCS)](https://github.com/squizlabs/PHP_CodeSniffer#installation) +1. Install [PHP CodeSniffer (PHPCS)](https://github.com/PHPCSStandards/PHP_CodeSniffer#installation) ``` composer global require "squizlabs/php_codesniffer=*" ```