Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Nov 12, 2024
1 parent 9977b33 commit 1361ed3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ void helloWorld() {
}
```

Now this library implements services for [JDK Platform Logging][jdk-logging]
and [Apache Commons Logging][commons-logging].
Now this library implements services for [JDK Platform Logging][jdk-logging],
[Apache Commons Logging][commons-logging] and [SLF4J][slf4j].

See more examples in the relevant modules of this project:

Expand Down Expand Up @@ -77,6 +77,8 @@ limitations under the License.

[commons-logging]: https://commons.apache.org/proper/commons-logging/

[slf4j]: https://www.slf4j.org/

[java-version]: https://img.shields.io/static/v1?label=Java&message=11&color=blue&logoColor=E23D28

[jdk-download]: https://www.oracle.com/java/technologies/downloads/#java11
Expand Down

0 comments on commit 1361ed3

Please sign in to comment.