diff --git a/README.md b/README.md index 0f20d17f5a427c2fe4d1ad927a6fb10330e853ce..44c3b7fe4ce7f64d52d44cb713c87c4efdd328ac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ GitlLab API for Java ==================== -This project provides a full featured Java API for working with GitLab repositories via the standard GitLab REST API. +GitLab API for Java (gitlab4j-api) provides a full featured Java API for working with GitLab repositories via the GitLab REST API. It is quite simple to use, all you need is the URL to your GitLab server and the Private Token from your GitLab Account Settings page. Once you have that info it is as simple as: ```java