diff --git a/README.md b/README.md index 93c2d7c..b686969 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A small library for a Minecraft Paper Plugins that allows loading and saving dat ## Getting Started ### Installation -Available releases and installation instructions can be found on the [[https://repo.axolotsh.org/#/releases/io/github/axolotsh/registrylib | repository website]]. +Available releases and installation instructions can be found on the [repository website](https://repo.axolotsh.org/#/releases/io/github/axolotsh/registrylib). #### Maven: Add following to your ```pom.xml```: @@ -111,4 +111,4 @@ registryLoader.saveAll(ITEM_INFO_REGISTRY); // Load registry ITEM_INFO_REGISTRY.clear(); registryLoader.loadAll(ITEM_INFO_REGISTRY); -``` \ No newline at end of file +```