Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 9de3424

Browse files
author
Neil Matatall
committedJun 19, 2013
Merge pull request #14 from chulkilee/fix-readme
Fix output_files option in README
2 parents dc10058 + ca4618b commit 9de3424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Please read the [Guard documentation](http://github.com/guard/guard#readme) for
5353
### List of available options
5454

5555
```ruby
56-
:output_file => 'donkey.html' # write the results to the specified file
56+
:output_files => %w(donkey.html) # write the results to the specified files
5757
:notifications => false # display Growl notifications, defaults to true
5858
:run_on_start => true # run all checks on startup, defaults to false
5959
:min_confidence => 3 # only alert on warnings above a threshold, defaults to 1
@@ -128,4 +128,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
128128
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
129129
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
130130
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
131-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
131+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)
This repository has been archived.