Skip to content

Commit 9e66b87

Browse files
authored
Update README.md
1 parent 9bae6d5 commit 9e66b87

File tree

1 file changed

+3
-3
lines changed
  • spring-cloud/spring-cloud-contract-provider

1 file changed

+3
-3
lines changed

spring-cloud/spring-cloud-contract-provider/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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 [controller](/src/main/java/io/reflectoring/UserController.java)
8+
* have a look at the [contract](src/test/resources/contracts)
9+
* have a look at the [controller](src/main/java/io/reflectoring/UserController.java)
1010
* run `./gradlew generateContractTests` to generate JUnit tests that validate the controller against the contract
11-
* run `./gradlew build` to generate and run the tests
11+
* run `./gradlew build` to generate and run the tests

0 commit comments

Comments
 (0)