Skip to content

Commit

Permalink
Fixed the example in the docs to remove the dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Nov 11, 2024
1 parent 9332847 commit d60958e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions guide/src/config/providers-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ A *provider_name* is any string except for "request", "response", "stats" and "f
Example:
```yaml
providers:
- session:
- response:
auto_return: force
- username:
- file:
session:
response:
auto_return: force
username:
file:
path: "usernames.csv"
repeat: true
```
Expand Down

0 comments on commit d60958e

Please sign in to comment.