Skip to content

Commit

Permalink
Fixing escaping typo that causes table to be misformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoGFarias authored Jul 2, 2020
1 parent aa3608f commit 0406b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<TYPE>.<SUBTYPE>=text|binary`|Overrides the handling of a particular content type [version 4.1.3+]|
|`pact.content_type.override.<TYPE>.<SUBTYPE>=text\|binary`|Overrides the handling of a particular content type [version 4.1.3+]|

Example in the configuration section:

Expand Down

0 comments on commit 0406b55

Please sign in to comment.