From 6292e1ee1715beaa0d3ee24193b10d8792dbfafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Spie=C3=9F?= Date: Sun, 31 Mar 2024 20:14:20 +0200 Subject: [PATCH] Fix listing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9983ce40ee..0c843288a1 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ The core concepts of JDA have been developed to make building scalable apps easy 1. Event System Providing simplified events from the gateway API, to respond to any platform events in real-time without much hassle. -2. Rest Actions +1. Rest Actions Easy to use and scalable implementation of REST API functionality, letting you choose between callbacks with combinators, futures, and blocking. The library also handles rate-limits imposed by Discord automatically, while still offering ways to replace the default implementation. -4. Customizable Cache +1. Customizable Cache Trading memory usage for better performance where necessary, with sane default presets to choose from and customize. ## Installation