Skip to content

Commit

Permalink
typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
morvader committed Oct 31, 2023
1 parent 7d88e35 commit 9837b46
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 @@ -24,7 +24,7 @@ Just add the dependency on the
<dependency>
<groupId>com.sngular</groupId>
<artifactId>pact-annotation-processor</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
...
</dependencies>
Expand Down Expand Up @@ -71,7 +71,7 @@ Other annotations you can use in order to configure value and builder generation
### How to use the builders

Once the code is compiled, builders will be generated and available to build Pact Json Bodies. Just only need to add the import you required and add the values you want to overwrite
So this code
So this code
```java
personBuilder
.setAddress(new com.sngular.model.AddressBuilder()
Expand Down

0 comments on commit 9837b46

Please sign in to comment.