Add check-docstring-first hook.
diff --git a/README.md b/README.md
index 8d17026..08a3bcc 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,8 @@
 ### Hooks available
 
 - `autopep8-wrapper` - Runs autopep8 over python source.
-' `check-added-large-files` - Prevent giant files from being committed.
+- `check-added-large-files` - Prevent giant files from being committed.
+- `check-docstring-first` - Checks a common error of defining a docstring after code.
 - `check-json` - Attempts to load all json files to verify syntax.
 - `check-yaml` - Attempts to load all yaml files to verify syntax.
 - `debug-statements` - Check for pdb / ipdb / pudb statements in code.