fix: correct line number for json example (#265)

This commit is contained in:
leon332157
2022-01-24 15:45:25 -05:00
committed by GitHub
parent 3987efba86
commit 38c56226ba
+1 -1
View File
@@ -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