From ca3fdc5252263f5b80b9eae023e9253fb55de0bb Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Thu, 10 Oct 2019 12:58:50 -0500 Subject: [PATCH] README: Fix small typo in example description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96720b621b..246dd5c581 100644 --- a/README.md +++ b/README.md @@ -691,7 +691,7 @@ The code above will use the "load" string as a flag name to get the file name of a yaml file from the cli.Context. It will then use that file name to initialize the yaml input source for any flags that are defined on that command. As a note the "load" flag used would also have to be defined on the command flags in order -for this code snipped to work. +for this code snippet to work. Currently only YAML, JSON, and TOML files are supported but developers can add support for other input sources by implementing the altsrc.InputSourceContext for their