mirror of
https://github.com/AXOLOTsh/RegistryLib.git
synced 2026-06-02 09:46:33 +03:00
fix: Markdown link formatting in README
This commit is contained in:
@@ -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);
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user