diff --git a/README.md b/README.md index 3c96f5b..9899cd8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Install ```console -go get github.com/leodido/mantainers-generator +go get github.com/leodido/maintainers-generator ``` ## Usage @@ -83,4 +83,4 @@ Which will output a YAML to STDOUT like the following one: --- -[![Analytics](https://ga-beacon.appspot.com/UA-49657176-1/maintainers-generator?flat)](https://github.com/igrigorik/ga-beacon) \ No newline at end of file +[![Analytics](https://ga-beacon.appspot.com/UA-49657176-1/maintainers-generator?flat)](https://github.com/igrigorik/ga-beacon) diff --git a/main.go b/main.go index 8b88c4b..743b129 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( "k8s.io/test-infra/prow/config/secret" ) -var defaultBanner = "# Do not edit this file manually.\n# Made using github.com/leodido/mantainers-generator" +var defaultBanner = "# Do not edit this file manually.\n# Made using github.com/leodido/maintainers-generator" func main() { o := NewOptions()