From 0aeb152c8ce5f543bf5744713a07a777584f6b27 Mon Sep 17 00:00:00 2001 From: Ushakov Michale Date: Sun, 1 Dec 2024 01:41:54 +0500 Subject: [PATCH] link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 943102b..3859b55 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ What methods this package have: ## 3. Full example -A full example could be found in the test `TestLoadJSONConfigWithEnvOverride` ![test_file](./config_loader_test.go) +A full example could be found in the test `TestLoadJSONConfigWithEnvOverride` [test_file](./config_loader_test.go) In This test were set 3 variables of different types: `bool`, `int` and `float` Real App usage will be shown later after this package Release && usage in `Ferrum Community Authorization Server` \ No newline at end of file