Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some correction in README.md file #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -150,7 +150,7 @@ This exception will be thrown when the HTTP request has been successfully handle
This exception will be thrown when authorization has failed. This may be thrown when for instance the provided credentials are not valid.

## Why use this library?
Because this library is very simple and straightforward with a clear and simple interface. You only need to provide a few credential info and you're ready to access the endpoints. All other stuff is already taken care for you. When looking at other similar existing libraries, they have really complicated constructs to access an endpoint, where with this library it can be done with 1 line of code.
This library is very simple and straightforward, with a clear and simple interface. You only need to provide a few credentials, and you're ready to access the endpoints. All the other stuff is already taken care of for you. When compared to other similar existing libraries, they have extremely complicated constructs to access an endpoint, whereas this library can do it with just one line of code.

## Installation
### Maven
Expand Down