From 313edff638d9be201e395709900d33e30b22092e Mon Sep 17 00:00:00 2001 From: q3769 Date: Sat, 4 Nov 2023 13:34:48 -0500 Subject: [PATCH] + doc --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 811ba6e..aeb8649 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ A stand-alone log engine in the meantime, it is designed to be adaptable for ser ## Getting started... 1. Install - ``` - See installation details [here](https://github.com/elf4j/elf4j-provider#installation), and use the latest versions - from Maven Central. + + To use this as a logging service provider in your application, see installation + details [here](https://github.com/elf4j/elf4j-provider#installation) + 2. Use it for logging in the application: ```java class Scratch {