From 8a914168ed79c9c2a4c5e74b5a7a7a4acaa52a27 Mon Sep 17 00:00:00 2001 From: maarten Date: Thu, 17 Apr 2025 15:46:35 +0200 Subject: [PATCH] Fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index aeb1fb6..b41f3b9 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ PluginTemplate is a simple starting point for creating Spigot plugins using the ## Features -- **Integrated with PluginKit**: Build on top of your custom PluginKit framework for consistency and reduced boilerplate. +- **Integrated with PluginKit**: Build on top of my custom PluginKit framework for consistency and reduced boilerplate. - **Pre-configured Structure**: Includes a clear folder and package layout for your Spigot plugin. - **Ease of Use**: Designed to get you started quickly with minimal setup.