Skip to content

Commit

Permalink
doc(pact_verifier_cli): Add some emphasis to example values #418
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 8, 2024
1 parent 4775fdf commit fbb7825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/pact_verifier_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ will receive a POST request with the provider state before the actual request is
*NOTE:* For verifying messages fetched via HTTP, the provider state is also passed in the request to fetch the message,
so the state change URL is not required.

For example, if a Pact file being verified has a provider state "a user exists in the database" and the provider state
For example, if a Pact file being verified has a provider state *"a user exists in the database"* and the provider state
URL is set to `http://localhost:8080/provider-state`, then the following request would be made before the interaction
is verified:

Expand All @@ -198,7 +198,7 @@ content-type: application/json
}
```

If any parameters are configured for the provider state, they will be passed in the "params" attribute.
If any parameters are configured for the provider state, they will be passed in the *"params"* attribute.

#### `-s, --state-change-url <state-change-url>`

Expand Down

0 comments on commit fbb7825

Please sign in to comment.