From 824809545a23a25b8b644b152792543750d5c399 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 27 Feb 2024 08:06:37 +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 3b91054..10ce948 100644 --- a/Request-Matchers.md +++ b/Request-Matchers.md @@ -19,7 +19,7 @@ At this moment these matchers are supported: * 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) -* [ProtoBufSupport](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-ProtoBuf) +* [ProtoBufMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-ProtoBuf) ## Exact matcher (ExactMatcher) Can be used to exactly match a string or object.