diff --git a/README.md b/README.md index b660054..e4268ba 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ of using it can be found in `viper_test.go`. os.Setenv("SPF_ID", "13") // typically done outside of the app - id := Get("id")) // 13 + id := Get("id") // 13 ### Working with Flags