Skip to content

Commit

Permalink
Fix #21 (Copy/paste mistake in README)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube committed Jun 30, 2020
1 parent 07bc92f commit 0bf6834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0bf6834

Please sign in to comment.