Skip to content

Commit 313f345

Browse files
committed
README
1 parent ea79177 commit 313f345

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ By using it as a template when creating new projects, you will gain:
2525
* GO docs
2626
* GO report card
2727

28-
## Contents
28+
## Configuration files
2929
- [.pre-commit-config.yaml](.pre-commit-config.yaml): a set of pre-commit hooks relevant to GO code
3030
- [.goreleaser.yaml](.goreleaser.yaml): [GoReleaser](https://goreleaser.com/quick-start) configuration file
3131
- [.github/workflows/go.yml](.github/workflows/go.yml): GH action for post push and pull request testing
@@ -121,13 +121,13 @@ With GoReleaser, you can:
121121
This repo includes a [basic GoReleaser config](.goreleaser.yaml) that will produce binaries for Linux, Darwin (what
122122
people refer to as MacOS and shouldn't), FreeBSD and NetBSD. You can tweak it as you please but one necessary change is
123123
in [line 21](https://github.com/jessp01/grt/blob/master/.goreleaser.yaml#L21) where `main` should point to your entry
124-
file. Also included, is [.github/workflows/release.yml](.github/workflows/release.yml), a GH action to trigger upon tag creation. This file will work out of the box.
124+
file. Also included, is [.github/workflows/release.yml](.github/workflows/release.yml), a GH action to trigger upon tag creation. This file will work out of the box but of course, you may edit it to your liking.
125125

126-
### Contributing
126+
## Contributing
127127

128128
Contributions are, of course, welcome. Please submit a pull request.
129129

130-
### License
130+
## License
131131

132132
Code is under AGPLv3 License.
133133

0 commit comments

Comments
 (0)