From 06802b3e0ce0576065d1425f32f1a3df66204d20 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 15 May 2024 21:18:10 +0200 Subject: [PATCH] im not very smart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4898b82..14b2289 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Adds a splash to the specified category. Adds an array of splashes to the specified category. #### *CoreBaseModule* copy_splashes(*String* source_category, *String* target_category) Copies all splashes from the source category to the target category. -#### *Array[String]* get_categories()() +#### *Array[String]* get_categories() Returns a list of all categories. #### *CoreBaseModule* delete_category(*String* category) Removes the specified category.