diff --git a/README.md b/README.md index 1a1c6b7..53d2648 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Yet another way to testing logging in application which use SLF4J. Add dependency to your project: +For `SLF4J 1.7.x` + org.simplify4u @@ -29,7 +31,18 @@ Add dependency to your project: -Please remember, that you can only have one `SLF4J` binding on classpath, +For `SLF4J 2.x` + + + + org.simplify4u + slf4j2-mock + + test + + + +Please remember, that you can only have one `SLF4J` binding or provider on classpath, in the most case you must replace `org.slf4j:slf4j-simple` by `org.simplify4u:slf4j-mock`. Write test: