Skip to content

Commit

Permalink
README: Fix small typo in example description
Browse files Browse the repository at this point in the history
  • Loading branch information
atc0005 committed Oct 10, 2019
1 parent 2794317 commit ca3fdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca3fdc5

Please sign in to comment.