diff --git a/Request-Matchers.md b/Request-Matchers.md index 7232d0f..f95fe39 100644 --- a/Request-Matchers.md +++ b/Request-Matchers.md @@ -18,7 +18,7 @@ At this moment these matchers are supported: * [WildcardMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#wildcardmatching-wildcardmatcher) * ContentTypeMatcher(🚧) * [NotNullOrEmptyMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#notnulloremptymatcher) -* [CustomMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#CustomMatcher) +* [CustomMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#custommatcher) ## Exact matcher (ExactMatcher) Can be used to exactly match a string or object.