Skip to content

Commit a07c8b6

Browse files
Merge pull request #46 from bassdread/fix-setup-url-name
make setup-url name format match above reference
2 parents ce0bc2e + 08fe123 commit a07c8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ states to communicate from the consumer what data should exist on the provider.
278278

279279
When setting up the testing of a provider you will also need to setup the management of
280280
these provider states. The Pact verifier does this by making additional HTTP requests to
281-
the `provider_states_setup_url` you provide. This URL could be
281+
the `--provider-states-setup-url` you provide. This URL could be
282282
on the provider application or a separate one. Some strategies for managing state include:
283283

284284
- Having endpoints in your application that are not active in production that create and delete your datastore state

0 commit comments

Comments
 (0)