From caef39a5d5b6ad4dbd9f3d589c453527e629dff4 Mon Sep 17 00:00:00 2001 From: Alberto Scotto Date: Wed, 14 Jun 2017 15:42:24 +0200 Subject: [PATCH] README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 298aee9b..04e649c5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The Jenkins API Client For Java has now moved under the umbrella of the Jenkins ## What is the "Jenkins API Client for Java"? -This library is a just a piece of java code which uses the REST API of jenkins. +This library is just a piece of java code which uses the REST API of jenkins. This means you can trigger builds, extract informations about jobs or builds etc. The information you can extract will be represented in java objects which you can reuse for other purposes or integrate this library into other parts for