diff --git a/README.md b/README.md index d951dfd..c1620b1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# PHPCS git pre-commit hook +# Universal PHPCS git pre-commit hook ## About Auto installed git pre-commit hook for running [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) code checking to PSR2 coding standard compliance. It checks only files that are to be committed. -Inspired by [Enforce code standards with composer, git hooks, and phpcs](http://tech.zumba.com/2014/04/14/control-code-quality/) +Inspired by [Enforce code standards with composer, git hooks, and phpcs](http://tech.zumba.com/2014/04/14/control-code-quality/) and https://github.com/smgladkovskiy/phpcs-git-pre-commit and https://gist.github.com/BrizzleRocker/62ed61b37acf05344d4bce894e719251 . Installer checks OS on hosting machine and installs needed hooks for platform. ## Installation