From 83cd855ff210011a2e6d807ce3249af4d2fa6e75 Mon Sep 17 00:00:00 2001 From: bundabrg Date: Fri, 21 Aug 2020 14:39:13 +0800 Subject: [PATCH] Add Education to README --- README.md | 3 ++- docs/index.md | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a8148b8..4822ea2 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,5 @@ where your Geyser.jar file is located. [11:08:37 DEBUG] {GeyserReversion} Registered Translator: Translator_v390ee_to_v408be ``` - \ No newline at end of file + 4. If using `education` you will need to generate a token for each tenancy that you support otherwise you'll get a + "School not allowed" error. See [education docs](https://bundabrg.github.io/GeyserReversion/education/) for more info diff --git a/docs/index.md b/docs/index.md index a2ff8fe..d57d535 100644 --- a/docs/index.md +++ b/docs/index.md @@ -26,10 +26,10 @@ where your Geyser.jar file is located. 3. Start Geyser. It should show some indication that GeyserReversion is running. For example: -``` -[11:08:37 INFO] {GeyserReversion} EducationServer listening on /0.0.0.0:19133 -[11:08:37 DEBUG] {GeyserReversion} Registered Translator: Translator_v390ee_to_v408be -``` + ``` + [11:08:37 INFO] {GeyserReversion} EducationServer listening on /0.0.0.0:19133 + [11:08:37 DEBUG] {GeyserReversion} Registered Translator: Translator_v390ee_to_v408be + ``` 4. If using `education` you will need to generate a token for each tenancy that you support otherwise you'll get a "School not allowed" error. See [education docs](education.md) for more info