diff --git a/README.md b/README.md index 10ea1a4..b5c91e4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Minecraft Bedrock Edition (aka MCPE) protocol library, supporting authentication and encryption. Help [contribute](CONTRIBUTING.md). -[Protocol doc](https://minecraft-data.prismarine.js.org/?v=bedrock_1.17.10&d=protocol) +[Protocol doc](https://minecraft-data.prismarine.js.org/?v=bedrock_1.19.10&d=protocol) ## Features @@ -102,11 +102,11 @@ ping({ host: 'play.cubecraft.net', port: 19132 }).then(res => { ## Documentation -For documentation on the protocol, and packets/fields see the [proto.yml](data/latest/proto.yml) and [types.yml](data/latest/proto.yml) files. +For documentation on the protocol, and packets/fields see the [protocol documentation](https://minecraft-data.prismarine.js.org/protocol/). -See [API documentation](docs/API.md) +* See [API documentation](docs/API.md) -See [faq](docs/FAQ.md) +* See [frequently asked questions and answers](docs/FAQ.md)