Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
Missed hyphens in two of the yaml examples
  • Loading branch information
itoltz authored Jun 5, 2024
1 parent 6b525df commit c962858
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 @@ -180,7 +180,7 @@ Examples:
```yaml
- args:
- --exclude files *.md
- --exclude-files *.md
```
This is an array with a single element, `["--exclude files *.md"]`. This probably won't work as you're expecting.
Expand All @@ -189,7 +189,7 @@ This is an array with a single element, `["--exclude files *.md"]`. This probabl
```yaml
- args:
- --exclude files
- --exclude-files
- *.md
```
Expand Down

0 comments on commit c962858

Please sign in to comment.