fix typos in comments
This commit is contained in:
parent
d97936ed10
commit
6b3314fa27
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@ present in the CraftBukkit classpath. To use this module, you should
|
|||
command...
|
||||
|
||||
```sh
|
||||
java -classpath sc-mqtt.jar;craftbukit.jar org.bukkit.craftbukkit.Main
|
||||
java -classpath sc-mqtt.jar;craftbukkit.jar org.bukkit.craftbukkit.Main
|
||||
```
|
||||
|
||||
If you're using Mac OS, create a new craftbukkit-sc-mqtt.command
|
||||
file and edit it (using TextWrangler or another text editor) ...
|
||||
|
||||
```sh
|
||||
java -classpath sc-mqtt.jar:craftbukkit.jar org.bukit.craftbukkit.Main
|
||||
java -classpath sc-mqtt.jar:craftbukkit.jar org.bukkit.craftbukkit.Main
|
||||
```
|
||||
|
||||
4. Execute the craftbukkit-sc-mqtt batch file / command file to start
|
||||
|
|
Reference in a new issue