Skip to content

Commit

Permalink
Minor comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Mar 2, 2023
1 parent b5a6090 commit 0dd1f08
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 @@ -75,7 +75,7 @@ View the generated [documentation](https://pkg.go.dev/github.com/mrz1836/go-mail
<summary><strong><code>Library Deployment</code></strong></summary>
<br/>

[goreleaser](https://github.com/goreleaser/goreleaser) for easy binary or library deployment to Github and can be installed via: `brew install goreleaser`.
[goreleaser](https://github.com/goreleaser/goreleaser) for easy binary or library deployment to GitHub and can be installed via: `brew install goreleaser`.

The [.goreleaser.yml](.goreleaser.yml) file is used to configure [goreleaser](https://github.com/goreleaser/goreleaser).

Expand Down Expand Up @@ -129,7 +129,7 @@ vet Run the Go vet application
<br/>

## Examples & Tests
All unit tests and [examples](examples) run via [Github Actions](https://github.com/mrz1836/go-mail/actions) and
All unit tests and [examples](examples) run via [GitHub Actions](https://github.com/mrz1836/go-mail/actions) and
uses [Go version 1.17.x](https://golang.org/doc/go1.17). View the [configuration file](.github/workflows/run-tests.yml).

Run all tests (including integration tests)
Expand Down

0 comments on commit 0dd1f08

Please sign in to comment.