Skip to content

Commit a68389e

Browse files
authored
Fix example configuration in README (#23)
1 parent 2f20c67 commit a68389e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Currently, it ships the following checkers to help improve the boundaries betwee
1717
To register all checkers included in this gem, add the following to your `packwerk.yml`:
1818

1919
```yaml
20-
require: packwerk-extensions
20+
require:
21+
- packwerk-extensions
2122
```
2223
2324
Alternatively, you can require individual checkers:

0 commit comments

Comments
 (0)