From 33a96abcae320ecf26ed8ac30cee53ddb26b3665 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Mon, 23 Mar 2020 11:43:39 -0500 Subject: [PATCH] docs: fix README typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b8b972..94f57b9 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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. \ No newline at end of file +[Refer to the GoDocs](https://godoc.org/github.com/itzg/go-flagsfiller) for more information about this module.