Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rchomczyk authored Dec 30, 2024
1 parent 492645e commit b24df40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ implementation("dev.shiza:honey:2.2.2")
```

```groovy
implementation 'dev.shiza:honey:2.2.2'
implementation 'dev.shiza:honey:2.2.2'
```

#### Maven
Expand Down Expand Up @@ -131,4 +131,4 @@ AdventureMessageDispatcher.createTitle()
This method immediately delivers the message synchronously. It calls the deliver function with the rendered message and the viewer, and the action is completed immediately.

- [dispatchAsync](https://github.com/rchomczyk/honey/tree/main/honey-common/src/dev/shiza/honey/message/dispatcher/MessageBaseDispatcher.java#L76)
This method delivers the message asynchronously. It returns a CompletableFuture that performs the message rendering in the background and then delivers the result once it's ready. It allows non-blocking behavior and handles exceptions asynchronously.
This method delivers the message asynchronously. It returns a CompletableFuture that performs the message rendering in the background and then delivers the result once it's ready. It allows non-blocking behavior and handles exceptions asynchronously.

0 comments on commit b24df40

Please sign in to comment.