From 45dfe87b52dc2b0d831616d7ddee3bd5515c9990 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 29 Nov 2023 14:38:32 +0100 Subject: [PATCH] Updated Request Matchers (markdown) --- Request-Matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.