From d4308d0462e15c247502fca3c7d3883f5c96c853 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Thu, 24 Dec 2020 00:36:35 +0100 Subject: [PATCH] Fix incorrect logger API dependency in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a1fd4efb..8cf1360e9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ HttpClient main module requires Java 7 compatible runtime and depends on the following external libraries: * [Apache HttpComponents HttpCore](https://github.com/apache/httpcomponents-core) -* [Apache Logging Log4j2 API](https://github.com/apache/logging-log4j2) +* [SLF4J API](http://www.slf4j.org/) * [Apache Commons Codec](https://github.com/apache/commons-codec) Other dependencies are optional.