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.