From efdacce491ee04d0ba0314b0fcb78520622bdf69 Mon Sep 17 00:00:00 2001 From: monocle Date: Sat, 30 Apr 2011 20:46:41 -0700 Subject: [PATCH] Added hooks to README --- README.markdown | 5 +++++ 1 file changed, 5 insertions(+) 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 -----------