From 7fdda964a9ca918fdb63c3bb64e2571bce02b13d Mon Sep 17 00:00:00 2001 From: maarten Date: Thu, 12 Jun 2025 13:43:50 +0200 Subject: [PATCH] Update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b41f3b9..99e31f3 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ PluginTemplate is a simple starting point for creating Spigot plugins using the 1. **Clone the Template** ```bash - git clone https://github.com/yourusername/PluginTemplate.git + git clone https://github.com/maartenvr98/PluginTemplate.git cd PluginTemplate ```