From 0406b5521b7015c71d013028652d67bc4a1be38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Farias?= Date: Thu, 2 Jul 2020 09:44:02 +0200 Subject: [PATCH] Fixing escaping typo that causes table to be misformatted --- provider/maven/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/maven/README.md b/provider/maven/README.md index da00f1f1f9..9638874484 100644 --- a/provider/maven/README.md +++ b/provider/maven/README.md @@ -260,7 +260,7 @@ The following plugin properties can be specified with `-Dproperty=value` on the |`pact.verifier.disableUrlPathDecoding`|Disables decoding of request paths| |`pact.pactbroker.httpclient.usePreemptiveAuthentication`|Enables preemptive authentication with the pact broker when set to `true`| |`pact.consumer.tags`|Overrides the tags used when publishing pacts [version 4.0.7+]| -|`pact.content_type.override..=text|binary`|Overrides the handling of a particular content type [version 4.1.3+]| +|`pact.content_type.override..=text\|binary`|Overrides the handling of a particular content type [version 4.1.3+]| Example in the configuration section: