Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Mar 5, 2021
1 parent bfacd9c commit 3f05a1b
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 @@ -698,7 +698,7 @@ Notice that our new tests look almost identical to our previous tests, and only
_response_ - the HTTP request expectations are exactly the same.

```console
./mvnw verify
consumer ❯ ./mvnw verify

<<< Omitted >>>

Expand All @@ -721,7 +721,7 @@ _response_ - the HTTP request expectations are exactly the same.
What does our provider have to say about this new test. Again, copy the updated pact file into the provider's pact directory and run the command:

```console
./mvnw verify
provider ❯ ./mvnw verify

<<< Omitted >>>

Expand Down

0 comments on commit 3f05a1b

Please sign in to comment.