From 072e63912855dcd353f4ffac439ade838c12761d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Thu, 3 Mar 2011 12:51:16 -0800 Subject: [PATCH] Edited README.rdoc via GitHub --- README.rdoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rdoc b/README.rdoc index bf7870a..9dbd3ef 100644 --- a/README.rdoc +++ b/README.rdoc @@ -8,9 +8,9 @@ Guard is a command line tool that easily handle events on files modifications. - {Inotify}[http://en.wikipedia.org/wiki/Inotify] support on Linux ({rb-inotify gem, >= 0.5.1}[https://rubygems.org/gems/rb-inotify] required). - Polling on the other operating systems (help us to support more OS). - Automatic & Super fast (when polling is not used) files modifications detection (even new files are detected). -- Growl notifications ({growlnotify}[http://growl.info/documentation/growlnotify.php] & {growl gem}[https://rubygems.org/gems/growl] required) -- Libnotify notifications ({libnotify gem}[https://rubygems.org/gems/libnotify] required) -- Tested on Ruby 1.8.6, 1.8.7 & 1.9.2 +- Growl notifications ({growlnotify}[http://growl.info/documentation/growlnotify.php] & {growl gem}[https://rubygems.org/gems/growl] required). +- Libnotify notifications ({libnotify gem}[https://rubygems.org/gems/libnotify] required). +- Tested on Ruby 1.8.6, 1.8.7 & 1.9.2. == Install @@ -86,9 +86,9 @@ Options list is available with: Signal handlers are used to interact with Guard: -- Ctrl-C - Call each guard's stop method, in the same order they are declared in the Guarfile, and then quits Guard itself. -- Ctrl-\ - Call each guard's run_all method, in the same order they are declared in the Guarfile. -- Ctrl-Z - Call 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 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. == Available Guards