Browse Source

fix(readme): codesniffer instead of code-sniffer

Felix Leblanc 10 years ago
parent
commit
037572360a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -72,7 +72,7 @@ CakePHP fork on GitHub for automated test builds.
 
 To run the sniffs for CakePHP coding standards:
 
-    vendor/bin/phpcs -p --extensions=php --standard=vendor/cakephp/cakephp-code-sniffer/CakePHP ./src
+    vendor/bin/phpcs -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src
 
 Check the [cakephp-codesniffer](https://github.com/cakephp/cakephp-codesniffer)
 repository to setup the CakePHP standard. The [README](https://github.com/cakephp/cakephp-codesniffer/blob/master/README.md) contains installation info