From d60690c0b9f0e4c89b71236cee9dc14d967d7778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ceki=20G=C3=BClc=C3=BC?= Date: Wed, 28 Sep 2022 15:23:30 +0200 Subject: [PATCH] more flexible way to --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adf964b7..0236b66c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, -logback, log4j) allowing the end user to plug in the desired logging +logback, reload4j, log4j 2.x) allowing the end user to plug in the desired logging framework at deployment time. More information can be found on the [SLF4J website](http://www.slf4j.org). @@ -10,8 +10,8 @@ More information can be found on the [SLF4J website](http://www.slf4j.org). # Build Status [![Build Status](https://travis-ci.org/qos-ch/slf4j.svg)](https://travis-ci.org/qos-ch/slf4j) -# Maven Central -[![Maven Central](https://img.shields.io/badge/slf4j-2.0.3-green)](https://search.maven.org/search?q=g:org.slf4j%20AND%20v:2.0.2) +# Search org.slf4j artifacts on Maven Central +[![Maven Central](https://img.shields.io/badge/Search%20org%2Eslf4j%20artifacts%20on%20Maven%20Central-2.0.x-green)](https://search.maven.org/search?q=g:org.slf4j%20AND%20v:2.0.%3F) # How to build SLF4J