diff --git a/README.md b/README.md index c11bad9..063a720 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## Example - + ```go type config struct { @@ -60,7 +60,7 @@ fmt.Printf("config.Duration: %v", cfg.Duration) // config.Str: str flag value, config.Int: 4, config.Bool: false, config.Duration: 1h0m0s ``` - + ## Supported types