Skip to content

Commit

Permalink
fix(README.md): providerVersion is a string not a boolean (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigohe authored and mefellows committed Oct 6, 2018
1 parent 73c7a86 commit 15706cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ new Verifier().verifyProvider(opts).then(function () {
| `providerStatesSetupUrl` | false | string | URL to send PUT requests to setup a given provider state. Optional, required only if you provide a 'state' in any consumer tests. |
| `pactBrokerUsername` | false | string | Username for Pact Broker basic authentication |
| `pactBrokerPassword` | false | string | Password for Pact Broker basic authentication |
| `publishVerificationResult` | false | boolean | Publish verification result to Broker |
| `providerVersion` | false | boolean | Provider version, required to publish verification results to a broker |
| `publishVerificationResult` | false | boolean | Publish verification result to Broker |boolean
| `providerVersion` | false | string | Provider version, required to publish verification results to a broker |
| `customProviderHeaders` | false | array of strings | Header(s) to add to provider state set up and pact verification re`quests`. eg 'Authorization: Basic cGFjdDpwYWN0'.Broker. Optional otherwise. |
| `timeout` | false | number | The duration in ms we should wait to confirm verification process was successful. Defaults to 30000, Optional. |

Expand Down

0 comments on commit 15706cc

Please sign in to comment.