Skip to content

Commit

Permalink
docs: fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed Mar 23, 2020
1 parent 4ccf75f commit 33a96ab
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 @@ -19,7 +19,7 @@ import "github.com/itzg/go-flagsfiller"

## Features

- Populates Go's [flag.FagSet](https://golang.org/pkg/flag/#FlagSet) from a struct of your choosing
- Populates Go's [flag.FlagSet](https://golang.org/pkg/flag/#FlagSet) from a struct of your choosing
- By default, field names are converted to flag names using [kebab-case](https://en.wiktionary.org/wiki/kebab_case), but can be configured.
- Use nested structs where flag name is prefixed by the nesting struct field names
- Allows defaults to be given via struct tag `default`
Expand Down Expand Up @@ -184,4 +184,4 @@ func (c *loadFromGitCmd) Execute(ctx context.Context, f *flag.FlagSet, args ...i
```
## More information
[Refer to the GoDocs](https://godoc.org/github.com/itzg/go-flagsfiller) for more information about this module.
[Refer to the GoDocs](https://godoc.org/github.com/itzg/go-flagsfiller) for more information about this module.

0 comments on commit 33a96ab

Please sign in to comment.