From cd90fad9942fdb4c4c0c5625eb2e0d6260296937 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 24 Nov 2015 23:55:06 -0800 Subject: README: Nomenclature: s/mask/glob/ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fbad196..b47f05f 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Shows all errors and warnings before stopping the task. (Overrides `stoponerror` Array of [bootlint problem ID codes][] (`String`s) to explicitly ignore. -Object of [bootlint problem ID codes][] as **keys** and filepath masks as array **value**. +Object of [bootlint problem ID codes][] as **keys** and filepath globs as array **value**. ##### Example @@ -101,7 +101,7 @@ relaxerror: { 'E001': [], 'W005': [ 'path/to/file.html', - 'file/path/*.mask' + 'file/path/*.glob' ] }, ``` -- cgit v1.2.3