Skip to content

Commit

Permalink
Merge pull request #8 from wiremock/oleg-nenashev-patch-1
Browse files Browse the repository at this point in the history
Fix Group ID in the documentation, prevent Handlebars macros rendering
  • Loading branch information
tomakehurst authored Feb 28, 2024
2 parents 90ca7e1 + b4e0c7d commit 1c23f5f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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 @@ -11,7 +16,7 @@ For Maven users:
```xml
<dependency>
<groupId>org.wiremock.extensions</groupId>
<artifactId>wiremock-faker-extension-standalone</artifactId>
<artifactId>wiremock-faker-extension</artifactId>
<version>0.1.1</version>
</dependency>
```
Expand Down

0 comments on commit 1c23f5f

Please sign in to comment.