Update README.md

This commit is contained in:
Braydon 2024-04-29 02:39:56 -04:00
parent 10669b8e4c
commit 3e0dfdc013

@ -18,7 +18,9 @@ A Java API wrapper for the [Pelican](https://pelican.dev) and [Pterodactyl](http
- [Maven](#maven) - [Maven](#maven)
- [Gradle (Kotlin DSL)](#gradle-kotlin-dsl) - [Gradle (Kotlin DSL)](#gradle-kotlin-dsl)
- [Getting Started](#-getting-started) - [Getting Started](#-getting-started)
- [Creating A Client](#creating-a-pelican-client) - [Panel Actions](#-panel-actions)
- [Rate Limiting](#-rate-limiting)
- [Error Handling](#-error-handling)
--- ---
@ -41,7 +43,7 @@ implementation("me.braydon:Pelican4J:VERSION")
``` ```
## 🏃‍♂️ Getting Started ## 🏃‍♂️ Getting Started
Below is an example on how to create a client, and send an action to the panel. Below is an example on how to create a client for Pelican **(Ptero is also supported)**, and send an action to the panel.
```java ```java
Pelican4J<PelicanPanelActions> client = Pelican4J.forPelican(ClientConfig.builder() Pelican4J<PelicanPanelActions> client = Pelican4J.forPelican(ClientConfig.builder()