diff --git a/README.markdown b/README.markdown index edd2dc8..539e37c 100644 --- a/README.markdown +++ b/README.markdown @@ -254,6 +254,11 @@ module ::Guard end ``` +Guard Hooks and Callbacks +------------------------- + +Guard provides a mechanism for you to hook into the execution of indiviuadl Guards. [Checkout the Wiki page for more details. ](https://github.com/guard/guard/wiki/Hooks-and-callbacks) + Development -----------