branch: elpa/drupal-mode
commit 661e6bba485643c534e63eb5c48c5e81ffad4585
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Changed info about flymake-phpcs.
Point to http://marmalade-repo.org/packages/flymake-phpcs for
installing.
Removed the parts about running phpcs through a wrapper. flymake_phpcs
does that transparently.
---
README.md | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 8ef6ccc904..8f3a5240af 100644
--- a/README.md
+++ b/README.md
@@ -157,13 +157,9 @@ Drupal mode will enable flymake-phpcs under php-mode.
For this to work you need:
* [PHP CodeSniffer](http://pear.php.net/package/PHP_CodeSniffer)
-* [flymake-phpcs.el](https://github.com/illusori/emacs-flymake-phpcs)
+* [flymake-phpcs.el](http://marmalade-repo.org/packages/flymake-phpcs)
* [Drupal Code Sniffer](http://drupal.org/project/drupalcs) rules
-Making all of them work together can be a bit of a puzzle. Especially
-notice the need to run `phpcs` through a wrapper you get with
-flymake-phpcs.el.
-
## Other takes on a Drupal mode