From a2aa9525112386d3456f29e925cdc8c507aa6ebf Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 16 Nov 2015 17:59:55 +0200 Subject: Update README.md. [ci skip] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4648a59..938dd4d 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Shows all errors and warnings before stopping the task. (Overrides `stoponerror` #### options.relaxerror -* Type: `Array|Object` +* Type: `Array | Object` * Default: `[]` Array of [bootlint problem ID codes][] (`String`s) to explicitly ignore. @@ -100,8 +100,8 @@ Object of [bootlint problem ID codes][] as **keys** and filepath masks as array relaxerror: { 'E001': [], 'W005': [ - 'path/to/file.html', - 'file/path/*.mask' + 'path/to/file.html', + 'file/path/*.mask' ] }, ``` -- cgit v1.2.3