From 0bf6834723c0856ceed0ca71770bb4cf5a2d231f Mon Sep 17 00:00:00 2001 From: MinusKube Date: Tue, 30 Jun 2020 22:34:03 +0200 Subject: [PATCH] Fix #21 (Copy/paste mistake in README) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 144d129..9625a74 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Same thing than Bukkit, but the object is called `SPlayerBoard` and the methods ## Usage To use the Netherboard API, either: - - put it in the `plugins` folder of your server, add it to your dependencies in your plugin.yml (e.g. `depend: [SmartInvs]`) and add it to the dependencies in your IDE. + - put it in the `plugins` folder of your server, add it to your dependencies in your plugin.yml (e.g. `depend: [Netherboard]`) and add it to the dependencies in your IDE. - add it to the dependencies in your IDE and include it in your plugin jar. You can download the latest version on the [Releases page](https://github.com/MinusKube/Netherboard/releases) on Github.