From 7954882a31f6daa5efc388cf269b19c8d28d8a68 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 15 May 2024 21:13:13 +0200 Subject: [PATCH] Fix formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3b0f84..025b912 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Unregisters all CORE modules. ### `src/modules/splashes.gd` #### *CoreBaseModule* add_splash(*String* category, *String* splash) Adds a splash to the specified category. -#### *CoreBaseModule* add_splashes(*String category, *Array[String]* splashes) +#### *CoreBaseModule* add_splashes(*String* category, *Array[String]* splashes) Adds an array of splashes to the specified category. -#### *CoreBaseModule* delete_category(*String category) +#### *CoreBaseModule* delete_category(*String* category) Removes the specified category. #### *CoreBaseModule* copy_splashes(*String* source_category, *String* target_category) Copies all splashes from the source category to the target category.