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**. -
+