Skip to content

Commit

Permalink
Fix Group ID in the documentation, prevent Handlebars macros rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored Dec 12, 2023
1 parent 7814374 commit 6d3f325
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
# YAML header
render_macros: false
---

# Faker Extension for WireMock

Uses [Data Faker](https://github.com/datafaker-net/datafaker) to generate random, fake data for using in WireMock responses.
Expand All @@ -10,9 +15,9 @@ For Maven users:

```xml
<dependency>
<groupId>org.wiremock</groupId>
<groupId>org.wiremock.extensions</groupId>
<artifactId>wiremock-faker-extension</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

Expand Down

0 comments on commit 6d3f325

Please sign in to comment.