Skip to content

Commit 612863c

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pact/pact-feign-consumer/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Read the [companion blog article](https://reflectoring.io/consumer-driven-contra
55

66
## Getting Started
77

8-
* have a look at the [contract](/src/test/resources/contracts)
9-
* 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)
8+
* have a look at the [contract](src/test/resources/contracts)
9+
* 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)
1111
* run `./gradlew publishToMavenLocal` in the [producer project](../spring-cloud-contract-provider)
1212
to create a provider stubs
13-
* run `./gradlew build` in this project to verify the feign client against the stub
13+
* run `./gradlew build` in this project to verify the feign client against the stub

0 commit comments

Comments
 (0)