the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)

docs: simplify LAN multiplayer section in README.md

+3 -3
+3 -3
README.md
··· 23 23 - Disabled V-Sync for better performance 24 24 - Added a high-resolution timer path on Windows for smoother high-FPS gameplay timing 25 25 - Device's screen resolution will be used as the game resolution instead of using a fixed resolution (1920x1080) 26 - - LAN Multiplayer & Discovery based on https://github.com/LCEMP/LCEMP/ 26 + - LAN Multiplayer & Discovery 27 27 28 28 ## Multiplayer 29 29 30 - Basic LAN multiplayer is available on the Windows build. 30 + Basic LAN multiplayer is available on the Windows build 31 31 32 32 - Hosting a multiplayer world automatically advertises it on the local network 33 33 - Other players on the same LAN can discover the session from the in-game Join Game menu ··· 41 41 Minecraft.Client.exe -name Steve 42 42 ``` 43 43 44 - This feature was introduced from the work in [PR #96](https://github.com/smartcmd/MinecraftConsoles/pull/96) and is based on [LCEMP](https://github.com/LCEMP/LCEMP/). 44 + This feature is based on [LCEMP](https://github.com/LCEMP/LCEMP/) 45 45 46 46 ## Controls (Keyboard & Mouse) 47 47