From 0a8d7a23bf6d226b721be868b98fd96ee254f50a Mon Sep 17 00:00:00 2001
From: Hyper_ <40342021+NotHyper-474@users.noreply.github.com>
Date: Thu, 13 Feb 2025 21:25:23 -0300
Subject: [PATCH] Minor adjustments

Some reformatting and shortening
---
 docs/TROUBLESHOOTING.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md
index e85ef3138..b17ee72b1 100644
--- a/docs/TROUBLESHOOTING.md
+++ b/docs/TROUBLESHOOTING.md
@@ -31,11 +31,11 @@
 - Other compilation issues may be caused by installing bad library versions. Try deleting the `.haxelib` folder and following the guide starting from **Step 5**.
 
 ## Lime Related Issues
-- Segmentation fault and/or crash after `source/funkin/Conductor.hx:538: Done mapping time changes: [SongTimeChange(0ms,102bpm)]` line appears
-  - Caused by using official Lime instead of Funkin's fork. Reinstalling Lime should fix it.
-    - NOTE: Make sure you do this via `hmm` (e.g `hmm reinstall -f lime`) to guarantee you get Funkin's version of Lime.
+- Segmentation fault and/or crash after `Done mapping time changes: [SongTimeChange(0ms,102bpm)]`
+  - Caused by using official Lime instead of Funkin's fork. Reinstalling Lime should fix it.  
+    (NOTE: Make sure you do this via `hmm` (e.g `hmm reinstall -f lime`) to guarantee you get Funkin's version of Lime.)
 
-- `Uncaught exception - Could not find lime.ndll. This file is provided with Lime's Haxelib releases, but not via Git. Please copy it from Lime's latest Haxelib release into either .haxelib/lime/git/ndll/<PLATORM> or .haxelib/lime/git/ndll/<PLATFORM64>, as appropriate for your system. Advanced users may run "lime rebuild cpp" instead.`
+- `Uncaught exception - Could not find lime.ndll.` ... `Advanced users may run "lime rebuild cpp" instead.`
   - Usually specific to Linux. Running the commands below should fix it.
       ```
       cd .haxelib/lime/git
@@ -43,8 +43,8 @@
       git submodule sync
       git submodule update
       cd ../../..
-      # Note: The packages here might have different names depending on your distro
+      # Note: The command and packages here might be different depending on your distro.
       sudo apt install libgl1-mesa-dev libglu1-mesa-dev g++ g++-multilib gcc-multilib libasound2-dev libx11-dev libxext-dev libxi-dev libxrandr-dev libxinerama-dev libpulse-dev
       lime rebuild cpp -64 -release -clean
       ```
-  - For other platforms you can download pre-built binaries from [Funkin's Lime](https://github.com/FunkinCrew/lime/tree/dev-funkin/ndll).
+    For Windows or MacOS you can download pre-built binaries from [Funkin's Lime](https://github.com/FunkinCrew/lime/tree/dev-funkin/ndll).