Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Small spelling error.
  • Loading branch information
computerscienceiscool authored Oct 19, 2023
1 parent 8eac310 commit e72d287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
This is a GitHub repository template for a Go application.
You can use it:

- to create a new repoisitory with automation and environment setup,
- to create a new repository with automation and environment setup,
- as reference when improving automation for an existing repository.

It includes:
Expand All @@ -31,7 +31,7 @@ It includes:
and [misspell](https://github.com/client9/misspell),
- unit testing with
[race detector](https://blog.golang.org/race-detector),
code covarage [HTML report](https://blog.golang.org/cover)
code coverage [HTML report](https://blog.golang.org/cover)
and [Codecov report](https://codecov.io/),
- releasing using [GoReleaser](https://github.com/goreleaser/goreleaser),
- dependencies scanning and updating thanks to [Dependabot](https://dependabot.com),
Expand Down

0 comments on commit e72d287

Please sign in to comment.