From 6da5b59e9224dda88bccbb564217a16ad05fa137 Mon Sep 17 00:00:00 2001 From: Yotam loewenbach Date: Sun, 8 Sep 2024 16:35:28 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c500943..5be92ba 100644 --- a/README.md +++ b/README.md @@ -163,12 +163,12 @@ Will send a log to Logz.io that looks like this: ``` ## Build and test locally -1. clone the repository: +1. Clone the repository: ```bash git clone https://github.com/logzio/logzio-logback-appender.git cd logzio-logback-appender ``` -2. build and run tests: +2. Build and run tests: ```bash mvn clean compile mvn test