From d978e6cb8085539119303eb82fdd5730b813620e Mon Sep 17 00:00:00 2001 From: Vitalij Berdinskih Date: Mon, 10 Feb 2025 22:13:49 +0200 Subject: [PATCH] Update list style --- readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index c076c3b..4efede3 100644 --- a/readme.md +++ b/readme.md @@ -50,22 +50,22 @@ Now this library implements services for [JDK Platform Logging][jdk-logging], See more examples in the relevant modules of this project: -- for Apache Commons Logging in [mock-loggers-commons-logging](commons-logging) -- for JDK Platform Logging in [mock-loggers-jdk-platform-logging](jdk-platform-logging) -- for SLF4J in [mock-loggers-slf4j](slf4j) -- for tinylog in [mock-loggers-tinylog-writer](tinylog-writer) and [mock-loggers-tinylog-provider](tinylog-provider) +* for Apache Commons Logging in [mock-loggers-commons-logging](commons-logging) +* for JDK Platform Logging in [mock-loggers-jdk-platform-logging](jdk-platform-logging) +* for SLF4J in [mock-loggers-slf4j](slf4j) +* for tinylog in [mock-loggers-tinylog-writer](tinylog-writer) and [mock-loggers-tinylog-provider](tinylog-provider) ## Other logging libraries and frameworks -- [Apache Log4j: Unit Testing in Maven][log4j-unit-testing-in-maven] -- [Unit Test logback Using JUnit][logback-unit-test-using-junit], it's old but gold +* [Apache Log4j: Unit Testing in Maven][log4j-unit-testing-in-maven] +* [Unit Test logback Using JUnit][logback-unit-test-using-junit], it's old but gold ## Credits There are two projects which inspired me to make this library: -- [s4u/slf4j-mock][slf4j-mock] -- [ocarlsen/mock-slf4j-impl][mock-slf4j-impl] +* [s4u/slf4j-mock][slf4j-mock] +* [ocarlsen/mock-slf4j-impl][mock-slf4j-impl] ## Contributing