diff --git a/README.md b/README.md index b0e571487..824c7c8df 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Quoting the glob like `--ignore '*.md'` passes it through unexpanded and ignores #### Globbing examples -To lint all Markdown files in a Node.js project (excluding dependencies), the following commands might be used: +To lint all Markdown files recursively in a Node.js project (excluding dependencies), `**/*.md` wildcard comes in handy. The following commands might be used: Windows CMD: `markdownlint **/*.md --ignore node_modules`