Skip to content

Commit 3e27052

Browse files
committed
Update README
1 parent 0682daa commit 3e27052

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66

77
## Usage
88

9-
### Configurations
10-
Add this to your `.pre-commit-config.yaml`:
9+
Add the following to your `.pre-commit-config.yaml`:
1110

1211
```yaml
1312
repos:
1413
- repo: https://github.com/cybozu/pre-commit-jsonnet
1514
rev: v0.2.0
1615
hooks:
1716
- id: jsonnet-fmt
18-
args: ["--test"] # you can use arbitrary options of jsonnetfmt command
17+
args: ["--test"] # you can specify any options of jsonnetfmt command
1918
- id: jsonnet-lint
20-
args: ["--jpath", "lib/"] # you can use arbitrary options of jsonnet-lint command
19+
args: [] # you can specify any options of jsonnet-lint command
2120
```

0 commit comments

Comments
 (0)