From 7595103f236aa0a3f90ce5f7c039513337cb6a28 Mon Sep 17 00:00:00 2001 From: Jonathan Hult Date: Sat, 19 Aug 2023 14:47:31 -0500 Subject: [PATCH] fix: typo in README - "SLFJ4J" -> "SLF4J" --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 578724c..94286b3 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = SLF4J Binding to JBoss Logging -The https://www.slf4j.org/[SLFJ4J] binding to JBoss Logging is just as it sounds. It's a +The https://www.slf4j.org/[SLF4J] binding to JBoss Logging is just as it sounds. It's a https://www.slf4j.org/manual.html#swapping[SLF4J binding] which sends log messages through JBoss Logging. While this may seem odd to redirect log messages from one logging facade to another, it's useful in some cases. This project is currently used in https://wildfly.org[WildFly] and