From a50067ed1d1b43dc82cc774c28d2de9eb017b29d Mon Sep 17 00:00:00 2001
From: Snabeldier <79211348+Snabeldier@users.noreply.github.com>
Date: Mon, 6 Jan 2025 20:32:02 +0100
Subject: [PATCH] fix some stuff
---
README.md | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index 87e960c..e6752d4 100644
--- a/README.md
+++ b/README.md
@@ -69,24 +69,26 @@ Once you have your token, add it to the `settings.xml` file of your Maven instal
## Troubleshooting / FAQ
-
-I'm having issues with Eclipse.
-Consider switching to IntelliJ for better compatibility.
-
-
-I’m unsure if I used the correct GitHub username.
+I'm having issues with Eclipse.
+
+Use IntelliJ.
+
+
+I’m unsure if I used the correct GitHub username.
+
You can find your GitHub username on your profile page. If in doubt, try logging in with your username. If it works, it’s correct.
-
-
-Can I choose the content of <id> freely?
+
+Can I choose the content of <id> freely?
+
Yes, the content of `<id>` in both the `settings.xml` and `pom.xml` files can be freely chosen, but it must be identical in both files.
-
-
-I followed all steps, but the dependency could not be found.
-1. Click **Maven** in the right-hand sidebar.
-2. Press the **Reload All Maven Projects** button (top-left).
+I followed all steps, but the dependency could not be found.
+
+1. Click **Maven** in the right-hand sidebar.
+
+2. Press the **Reload All Maven Projects** button (top-left).
+
3. If the problem persists, go to **File** → **Invalidate Caches ...** → **Invalidate and Restart**.
-
+