From 38c56226ba8a6963c7202f05584a7b662dbaf53a Mon Sep 17 00:00:00 2001 From: leon332157 Date: Mon, 24 Jan 2022 15:45:25 -0500 Subject: [PATCH] fix: correct line number for json example (#265) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e15ef2a..48418c4 100644 --- a/README.md +++ b/README.md @@ -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