Skip to content

Commit

Permalink
docs: fix corrupted formatting due to mix of backticks and pipe chara…
Browse files Browse the repository at this point in the history
…cters

It didn't work in github and it also screwed up the imported page in docs.pact.io
  • Loading branch information
bethesque authored Aug 15, 2020
1 parent afbb2e1 commit 577223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The following project properties can be specified with `-Pproperty=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.provider.tag`|Sets the provider tag to push before publishing verification results|
|`pact.content_type.override.<TYPE>.<SUBTYPE>=text|binary`|Overrides the handling of a particular content type [4.1.3+]|
|`pact.content_type.override.<TYPE>.<SUBTYPE>=<VAL>` where `<VAL>` may be `text` or `binary`|Overrides the handling of a particular content type [4.1.3+]|

## Specifying the provider hostname at runtime

Expand Down

0 comments on commit 577223b

Please sign in to comment.