Skip to content

Commit 02caf94

Browse files
committed
Improved doc.
1 parent 917775d commit 02caf94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
The Jenkins API Client For Java has now moved under the umbrella of the Jenkins GitHub Organization.
1010

11-
## What is the "Jenkins API Client for Java"
11+
## What is the "Jenkins API Client for Java"?
1212

1313
This library is a just a piece of java code which uses the REST API of jenkins.
1414
This means you can trigger builds, extract informations about jobs or builds
15-
etc. from jenkins. The information you can extract will be represented in java
16-
objects which you can reuse for other purposes or integrate this library into
17-
other parts for a higher level of integration.
15+
etc. The information you can extract will be represented in java objects which
16+
you can reuse for other purposes or integrate this library into other parts for
17+
a higher level of integration.
1818

1919
## Getting Started
2020

0 commit comments

Comments
 (0)