diff --git a/README.md b/README.md index 5580ef5..7fcade6 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ View the generated [documentation](https://pkg.go.dev/github.com/mrz1836/go-mail Library Deployment
-[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). @@ -129,7 +129,7 @@ vet Run the Go vet application
## 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)