Skip to content

Commit

Permalink
doc: fix format of example
Browse files Browse the repository at this point in the history
follow-up to 8f79998
  • Loading branch information
jamacku committed Sep 18, 2023
1 parent cc5f5a4 commit d79e21a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,12 @@ This feature is fully compatible with [exclude-path](#exclude-path) and [include
* requirements: `optional`
* example: `"build/**"`
* example for multiple values:
```
scan-directory: |
build/**
testing
```

```yml
scan-directory: |
build/**
testing
```

### exclude-path

Expand Down

0 comments on commit d79e21a

Please sign in to comment.