From d8556f5eaa013eb7a231bc9418797fb2fd105772 Mon Sep 17 00:00:00 2001 From: Korbinian Butz Date: Sun, 3 Apr 2022 12:39:52 +0200 Subject: [PATCH] update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d8ddd4..d95e084 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,9 @@ Above sample device is sending less constant data -> that's why there are chunks # Projects Libraries in use -* [Lombok](https://projectlombok.org/): A lib used to reduce boilerplate code for model/data objects -* [Logback](https://logback.qos.ch/): The SLF4J Logging Library in use -* [CFG4J](http://www.cfg4j.org/): To configure the application -* [ctongfei/progressbar](https://github.com/ctongfei/progressbar): A console progressbar Library +* [CFG4J](http://www.cfg4j.org/): Application Configuration library +* [Logback](https://logback.qos.ch/): The SLF4J Logging library in use +* [Dropwizard Metrics](https://metrics.dropwizard.io/4.2.0/): used to monitor the application +* [Lombok](https://projectlombok.org/): A library used to reduce boilerplate code for model/data objects +* [ctongfei/progressbar](https://github.com/ctongfei/progressbar): A console progressbar library * Other helpers such as Apache-Commons, Guava and Javatuples \ No newline at end of file