From 470087fb230665efeacdd21d1413994918d0fb9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Felipe=20Godoy=20Hern=C3=A1ndez?= Date: Fri, 5 Oct 2018 23:45:18 -0300 Subject: [PATCH] fix(README.md): providerVersion is a string not a boolean --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3479cb872..febc36e78 100644 --- a/README.md +++ b/README.md @@ -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. |