From be7fe76394efa5cd183c97ffa8db6f8dfe711e9d Mon Sep 17 00:00:00 2001 From: heldev Date: Sat, 23 May 2020 03:32:45 -0400 Subject: [PATCH] Replace generic description of Lightbend config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7642488..9b88473 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ _Libraries that provide external configuration._ - [centraldogma](https://github.com/line/centraldogma) - Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2. - [cfg4j](https://github.com/cfg4j/cfg4j) - Modern configuration library for distributed apps written in Java. -- [config](https://github.com/lightbend/config) - Configuration library for JVM languages. +- [config](https://github.com/lightbend/config) - Configuration library supporting Java properties, JSON or its human optimized superset HOCON. - [dotenv](https://github.com/shyiko/dotenv) - Twelve-factor configuration library which uses environment-specific files. - [ini4j](http://ini4j.sourceforge.net) - Provides an API for handling Windows' INI files. - [KAConf](https://github.com/mariomac/kaconf) - Annotation-based configuration system for Java and Kotlin.