Minor bold typos in localization README
WaitingIdly opened this issue ยท 0 comments
the current text of the
crash_assistant_localization/README.md file has two minor typos related to bold formatting being incorrect split across two lines. this is the first location and the second location. viewing in preview mode makes this obvious, as it will have something like this "**will not work**" as raw text instead of being formatted "will not work".
this is fixed by moving the two asterisks onto the correct line:
-* **GitHub Repository:
- ** [https://github.com/KostromDan/Crash-Assistant/](https://github.com/KostromDan/Crash-Assistant/)
+* **GitHub Repository:**
+ [https://github.com/KostromDan/Crash-Assistant/](https://github.com/KostromDan/Crash-Assistant/)and
-Standard Minecraft localization methods, such as **resource packs** or scripting mods like **KubeJS**, **will not work
-**. Crash Assistant uses its own internal system to load language files to ensure it can display messages correctly,
+Standard Minecraft localization methods, such as **resource packs** or scripting mods like **KubeJS**, **will not work**.
+Crash Assistant uses its own internal system to load language files to ensure it can display messages correctly,(the second one may go over the line length limit, would need to adjust more lines in that case)