Skip to content

Commit 9d58b13

Browse files
authored
Update README.md
1 parent 612863c commit 9d58b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pact/pact-feign-consumer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Read the [companion blog article](https://reflectoring.io/consumer-driven-contra
77

88
* have a look at the [contract](src/test/resources/contracts)
99
* have a look at the [feign client](src/main/java/io/reflectoring/UserClient.java)
10-
* have a look at the [consumer test]/src/test/java/io/reflectoring/UserClientTest.java)
10+
* have a look at the [consumer test](src/test/java/io/reflectoring/UserClientTest.java)
1111
* run `./gradlew publishToMavenLocal` in the [producer project](../spring-cloud-contract-provider)
1212
to create a provider stubs
1313
* run `./gradlew build` in this project to verify the feign client against the stub

0 commit comments

Comments
 (0)