Fixed English

This commit is contained in:
themode 2020-11-06 15:24:04 +01:00
parent 7ba1b9e174
commit c2136fb379

2
.github/README.md vendored
View File

@ -28,7 +28,7 @@ Minestom is similar to Bukkit in the fact that it is not a standlone program, it
It is the base for interfacing between the server and client.
Our own expanded version for Vanilla can be found [here](https://github.com/Minestom/VanillaReimplementation).
This mean you need to add Minestom as a dependency, add your code and compile by yourself.
This means you need to add Minestom as a dependency, add your code and compile by yourself.
# Usage
An example of how to use the Minestom library is available [here](/src/test/java/demo).