From 7af02ca7c9a9a50d5230e1aa473821825e317d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 31 Aug 2014 16:59:36 +0200 Subject: [PATCH] add missing dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32183ce..eb0373f 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ git config --add hooks.enabled-plugins wipchecker ### Syntax checker hook -Checks for syntax errors in files that have a checker, based on the file extension +Checks for syntax errors in files that have a checker, based on the file extension. For the moment, there only is a php checker, located at `hooks/syntaxchecker/php/check.sh`. This hook is language-agnostic.