Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyBACKS committed Mar 31, 2023
2 parents 213871d + 7494f33 commit dc38557
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release Checker - API
Easy to use and lightweight api for notify about new release version from GitHub

## Tabele of Contentes
## Table of Contentes

1. [About](#About)
2. [Short Wiki](#Short-Wiki)
* [Method Summary](#Method-Summary)
* [Errors](#Errors)
* [Working Example](#Working-Example)
3. [Libraries and API's](#Libraries-and-API's)
3. [Libraries and API's](#libraries-and-apis)
4. [Installation](#Installation)
5. [Contributing](#contributing)
6. [ToDo](#ToDo)
Expand All @@ -35,7 +35,7 @@ In case of errors with API please describe it in Issues.
|---------|-------------------------------------------------------------|------------------------------------|
| String | getVersion(**String** version) | Get the latest release version |
| String | getRepository(**String** author, **String** repositoryName) | Get the author and repository name |
| boolean | releaseChecker() | Gets state of latest release |
| boolean | releaseCheck() | Gets state of latest release |


### Errors
Expand All @@ -52,7 +52,7 @@ In case of errors with API please describe it in Issues.
public static void main(String[] args) {
getVersion("v2.0");
getRepository("boybacks", "xorencrypt");
if (releaseChecker()) {
if (releaseCheck()) {
System.out.println("There is no new versions");
}
else {
Expand All @@ -64,7 +64,7 @@ public static void main(String[] args) {
## Libraries and API's

* [JSONSimple](https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple)
* [DiscordAPI](https://docs.github.com/)
* [GitHubAPI](https://docs.github.com/)
* [JitPack](https://jitpack.io/)

## Installation
Expand Down Expand Up @@ -104,4 +104,4 @@ Pull requests are always welcome. For bigger changes, please open an issue first
Would you like to support my work? [Click here](https://www.buymeacoffee.com/BoyBACKS) how you would like to do it!

## License
[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)
[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)

0 comments on commit dc38557

Please sign in to comment.