From 2ad80d4aebfd0539dc797e91ea626f0d8eadde8e Mon Sep 17 00:00:00 2001 From: Jean Mertz Date: Mon, 14 Nov 2011 10:56:36 +0100 Subject: [PATCH] Fix typo: run_all should be run_on --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aed4dc..6a332a4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ It's a [Guard](http://github.com/guard/guard) for the [Rocco](http://github.com/ ``` ruby # default values -guard 'rocco', :run_all => [:start, :change], :dir => 'doc', :stylesheet => 'http://jashkenas.github.com/docco/resources/docco.css' do +guard 'rocco', :run_on => [:start, :change], :dir => 'doc', :stylesheet => 'http://jashkenas.github.com/docco/resources/docco.css' do watch(%r{^app/.*\.(rb|coffee)$}) watch(%r{^lib/.*\.rb$}) end