README update

This commit is contained in:
Thibaud Guillaume-Gentil 2010-10-08 15:06:37 +02:00
parent 860ba9631e
commit 5b4363b450

View File

@ -126,7 +126,7 @@ Looks at available guards code for more concrete example.
== Guardfile DSL == 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 guard 'rspec', :version => 2 do
watch('^spec/(.*)_spec.rb') watch('^spec/(.*)_spec.rb')