From e6a73ce1272f61b73dc20b897cf667a1f471ad2a Mon Sep 17 00:00:00 2001 From: William Date: Wed, 24 Aug 2022 13:14:40 +0100 Subject: [PATCH] Update README.md --- .idea/workspace.xml | 38 ++++++++++++++------------------------ README.md | 2 +- 2 files changed, 15 insertions(+), 25 deletions(-) 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 @@ + + + \ 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"))));