Skip to content

Commit

Permalink
Added raw wrapper around code in README to avoid docs build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Feb 7, 2024
1 parent 7814374 commit e0972e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ new WireMockServer(wireMockConfig().extensions(RandomExtension.class));

### Step 3: Use it in your stubs!

{% raw %}
```yaml
{{ random 'Name.first_name' }}
```
{% endraw %}

This will generate random first names in the `en-US` locale for every request.

0 comments on commit e0972e3

Please sign in to comment.