From 3e0dfdc0135972c9572c397cee9b46fa19840960 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Mon, 29 Apr 2024 02:39:56 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ec4f81..164ecbb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ A Java API wrapper for the [Pelican](https://pelican.dev) and [Pterodactyl](http - [Maven](#maven) - [Gradle (Kotlin DSL)](#gradle-kotlin-dsl) - [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 -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 Pelican4J client = Pelican4J.forPelican(ClientConfig.builder()