From 3295c0ddd9419739baec19ebf7119cb8926f1f01 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Sat, 24 Sep 2022 16:55:12 -0400 Subject: [PATCH] Update doc (#288) * Update API.md * Update README.md * Update API.md --- README.md | 8 ++++---- docs/API.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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)