diff --git a/README.md b/README.md
index 72eaf2f..659b427 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,11 @@ Please see the following table for some examples.
| | | /path/to/fixtures/example.com/api/comments.get.mock |
| | | /path/to/fixtures/example.com/api/comments.mock |
+### Strict mode
+The `ReponseBuilder` can be set to strict mode using `setStrictMode(true)`.
+When in strict mode, only the first possible fixture path will be used.
+This means that both the method and query params must be present in the fixture file name and it does not fall back to other fixture files.
+
### Helper
Please see https://swisnl.github.io/php-http-fixture-client/#helper for the URL helper.
diff --git a/docs/.vuepress/components/UrlHelper.vue b/docs/.vuepress/components/UrlHelper.vue
index cb3c2e6..50ae8af 100644
--- a/docs/.vuepress/components/UrlHelper.vue
+++ b/docs/.vuepress/components/UrlHelper.vue
@@ -15,6 +15,8 @@
+