Skip to content

Commit

Permalink
fix: minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zuc authored and leodido committed Feb 25, 2021
1 parent 7f2086e commit c4ec5b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Install

```console
go get github.com/leodido/mantainers-generator
go get github.com/leodido/maintainers-generator
```

## Usage
Expand Down Expand Up @@ -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)
[![Analytics](https://ga-beacon.appspot.com/UA-49657176-1/maintainers-generator?flat)](https://github.com/igrigorik/ga-beacon)
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c4ec5b2

Please sign in to comment.