diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 0294233..78ed73a 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,29 +4,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -175,8 +153,16 @@
1661334712505
-
+
+
+
+ 1661342956453
+
+
+
+ 1661342956453
+
@@ -193,4 +179,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index db6f777..6e18bf7 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ public class ExamplePlugin extends JavaPlugin {
AboutMenu.Credit.of("Contributor 1").withDescription("Code, refactoring")
.addAttribution("Translators",
AboutMenu.Credit.of("Translator 1").withDescription("Spanish (es-es)"),
- AboutMenu.Credit.of("Translator 1").withDescription("Italian (it-it)")
+ AboutMenu.Credit.of("Translator 2").withDescription("Italian (it-it)")
.addButtons(
AboutMenu.Link.of("https://william278.net/").withText("Wesbite").withIcon("⛏"),
AboutMenu.Link.of("https://discord.gg/tVYhJfyDWG").withText("Discord").withIcon("⭐").withColor("#6773f5"))));