node-minecraft-protocol
node-minecraft-protocol copied to clipboard
Typo in documentation
[ ] The FAQ doesn't contain a resolution to my issue
Versions
- minecraft-protocol: N/A
- server: N/A
- node: N/A
Detailed description of a problem
In this file at mc.ping there is:
options is an object containing the following:
host : default too locahost
port : default too 25565
version: default too most recent version
This should be corrected to:
options is an object containing the following:
host : default to localhost
port : default to 25565
version: default to the most recent version
Current code
N/A
Expected behavior
Documentation without typo's
PRs welcome