From 80a15b0503d6b29d0246c752462d11f7b9d2c6ee Mon Sep 17 00:00:00 2001 From: Andrus Adamchik Date: Sun, 28 Apr 2024 15:12:37 -0400 Subject: [PATCH] docs --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ceafcff..d6ad4cd 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,20 @@ Provides examples of [Bootique](https://bootique.io) integration with Jersey. Di ## Prerequisites -To build and run the example code, ensure you have the following installed on your machine: +Make sure you have the following installed on your machine: * Java 11 or newer * Maven -and then checkout the examples code: +and then checkout the examples code, and proceed to individual examples: + ``` git clone git@github.com:bootique-examples/bootique-jersey-examples.git cd bootique-jersey-examples/ ``` -## Contents -Each one of the examples below had further instructions on how to build and run it. +## Contents +Each one of the examples below has further instructions on how to build and run it. * [Jersey Server Example](jersey-server-example/) * [Jersey Client Example](jersey-client-example/)