diff --git a/README.md b/README.md
index 6f39b841c..d058e387a 100644
--- a/README.md
+++ b/README.md
@@ -62,14 +62,14 @@ Installation
- Using IDE built-in plugin system on Windows:
- File > Settings > Plugins > Browse repositories... > Search for "lombok" > Install Plugin
- Using IDE built-in plugin system on MacOs:
- - Preferences > Settings > Plugins > Browse repositories... > Search for "lombok" > Install Plugin
+ - Preferences > Plugins > Search for "lombok" > Install Plugin
- Manually:
- Download the [latest release](https://github.com/mplushnikov/lombok-intellij-plugin/releases/latest) and install it manually using Preferences > Plugins > Install plugin from disk...
Restart IDE.
### Required IntelliJ Configuration
-In your project: Click Preferences -> Build, Execution, Deployment -> Compiler, Annotation Processors. Click Enable Annotation Processing
+In your project: Click Preferences -> Build, Execution, Deployment -> Compiler -> Annotation Processors. Click Enable Annotation Processing
Afterwards you might need to do a complete rebuild of your project via Build -> Rebuild Project.