Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodehawa authored Dec 26, 2023
1 parent 99c274a commit 8c904e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ImageBoard API
# ImageBoard API (Booru Java Library)

ImageBoard API is a simple asynchronous Java API wrapper around the most popular danbooru-compatible booru imageboard APIs.
ImageBoard API is a simple asynchronous Java API wrapper around the most popular danbooru-compatible booru APIs.
The interface also supports other types of custom boards given a little tweaking. Releases are published in [JitPack](https://jitpack.io/#Kodehawa/imageboard-api).

This helps you craft requests to most of the danbooru-compatible imageboards (boorus) that exist out there.
Expand Down Expand Up @@ -29,7 +29,7 @@ repositories {
}
dependencies {
implementation 'com.github.Kodehawa:imageboard-api:2.6.0'
implementation 'com.github.Kodehawa:imageboard-api:2.6.1'
}
```

Expand Down

0 comments on commit 8c904e9

Please sign in to comment.