From 5b4363b450a38dfe04beee3bff94d021f0a07aaf Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Fri, 8 Oct 2010 15:06:37 +0200 Subject: [PATCH] README update --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index a8f695d..61b0e27 100644 --- a/README.rdoc +++ b/README.rdoc @@ -126,7 +126,7 @@ Looks at available guards code for more concrete example. == Guardfile DSL -Guardfile DSL consists of just 2 simple methods: guard & watch. Example: +Guardfile DSL consists of just two simple methods: guard & watch. Example: guard 'rspec', :version => 2 do watch('^spec/(.*)_spec.rb')