From 4ac1502c1e3997e9366271e7ae672645c72954d2 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Wed, 27 Nov 2019 17:03:02 -0500 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ae71ee3..414dd763 100644 --- a/README.md +++ b/README.md @@ -555,6 +555,8 @@ that are _not_ under the base URL—such as pages—will not be validated. | `https://api.example.com/v1/users` | :white_check_mark: | | `https://api.example.com/index.html` | no; not under the base URL | +_**Note** that in some cases, it may be necessary to skip validation for paths under the base url. To do this, use the `ignorePaths` option._ + ## FAQ