diff --git a/README.md b/README.md index 8d2131a..130327e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Go Config +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcheebo%2Fgo-config.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcheebo%2Fgo-config?ref=badge_shield) + Package provides routines that loads configuration into provided structure from provided sources. @@ -53,4 +55,7 @@ Supported config sources: - json - yaml - toml -- consul \ No newline at end of file +- consul + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcheebo%2Fgo-config.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcheebo%2Fgo-config?ref=badge_large) \ No newline at end of file