Skip to content

Commit 65e5430

Browse files
committed
docs: correct yml extension in README
--- {"auto-commit-msg":{"language":"rust","version":"0.4.0-dev","model":"gemini-2.5-flash-lite","response_time":1.24,"execution_time":1.26}}
1 parent bf4c60d commit 65e5430

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ system. Unzip the file and place the binary in a location available on your
2222
`PATH` environment variable.
2323

2424
<details open>
25+
2526
<summary>Instructions for non-Nix users</summary>
2627

2728
### pre-commit
2829

2930
Add a `.pre-commit-config.yaml` file to your project's root directory with the
3031
following content:
3132

32-
```yaml
33+
```yml
3334
- repo: local
3435
hooks:
3536
- id: auto-commit-msg
@@ -41,7 +42,8 @@ following content:
4142
4243
</details>
4344
44-
<details open>
45+
<details>
46+
4547
<summary>Instructions for Nix users</summary>
4648
4749
### devenv

0 commit comments

Comments
 (0)