Skip to content

Commit

Permalink
fix: correct line number for json example (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
leon332157 committed Jan 24, 2022
1 parent 3987efb commit 38c5622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -583,7 +583,7 @@ eg.
kong.Parse(&cli, kong.Configuration(kong.JSON, "/etc/myapp.json", "~/.myapp.json"))
```

[See the tests](https://github.com/alecthomas/kong/blob/master/resolver_test.go#L103) for an example of how the JSON file is structured.
[See the tests](https://github.com/alecthomas/kong/blob/master/resolver_test.go#L206) for an example of how the JSON file is structured.

### `Resolver(...)` - support for default values from external sources

Expand Down

0 comments on commit 38c5622

Please sign in to comment.