From ac5c6053040234ae16526e9b2b545132bf6a3b84 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Fri, 25 Mar 2011 19:27:21 -0600 Subject: [PATCH] fix a few typos --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index bc22ee2..dc7ae43 100644 --- a/README.rdoc +++ b/README.rdoc @@ -86,9 +86,9 @@ Options list is available with: Signal handlers are used to interact with Guard: -- Ctrl-C - Calls each guard's stop method, in the same order they are declared in the Guarfile, and then quits Guard itself. -- Ctrl-\\ - Calls each guard's run_all method, in the same order they are declared in the Guarfile. -- Ctrl-Z - Calls each guard's reload method, in the same order they are declared in the Guarfile. +- Ctrl-C - Calls each guard's stop method, in the same order they are declared in the Guardfile, and then quits Guard itself. +- Ctrl-\\ - Calls each guard's run_all method, in the same order they are declared in the Guardfile. +- Ctrl-Z - Calls each guard's reload method, in the same order they are declared in the Guardfile. == Available Guards