Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down