From 08fe1236809671a90e37861919142d08b9fbaa2d Mon Sep 17 00:00:00 2001 From: Chris Hannam Date: Fri, 25 Aug 2017 11:03:35 +0100 Subject: [PATCH] make setup-url name format match above reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fe1c8072..1a494ecb8 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ states to communicate from the consumer what data should exist on the provider. When setting up the testing of a provider you will also need to setup the management of these provider states. The Pact verifier does this by making additional HTTP requests to -the `provider_states_setup_url` you provide. This URL could be +the `--provider-states-setup-url` you provide. This URL could be on the provider application or a separate one. Some strategies for managing state include: - Having endpoints in your application that are not active in production that create and delete your datastore state