From 248ac25169862582c9ec2eef541740c9ff5c7364 Mon Sep 17 00:00:00 2001 From: Yotam loewenbach Date: Sun, 8 Sep 2024 16:34:47 +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 0263d64..4fdaa4c 100644 --- a/README.md +++ b/README.md @@ -122,12 +122,12 @@ public class LogzioSenderExample { ## Build and test locally -1. clone the repository: +1. Clone the repository: ```bash git clone https://github.com/logzio/logzio-java-sender.git cd logzio-java-sender ``` -2. build and run tests: +2. Build and run tests: ```bash mvn clean compile mvn test