diff --git a/README.md b/README.md
index a59807c..b564f0b 100644
--- a/README.md
+++ b/README.md
@@ -1,61 +1,89 @@
-
+
+
+
-[](https://github.com/QL-Win/SecondaryClick/blob/master/LICENSE-GPL.txt) [](https://github.com/QL-Win/SecondaryClick/actions/workflows/build.yml) [](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48)
+π±οΈ SecondaryClick
-# SecondaryClick
+
+ Bring macOS Secondary Click gestures to Windows.
+
-Bring macOS βSecondary Clickβ gesture to Windows.
+
+
+
+
+
-SecondaryClick lets you perform right-click actions from touchpad gestures and optional keyboard modifiers.
+---
-## Features
+SecondaryClick lets you perform right-click actions using touchpad gestures and optional keyboard modifiers.
-- Secondary click support for touchpads
-- Two-finger tap
-- Bottom-right click zone
-- Optional keyboard modifier triggers (`Alt`, `Control`, `Shift`)
-- Lightweight system tray app
+## β¨ Features
-## Requirements
+* π±οΈ Secondary click support for touchpads
+* ππ Two-finger tap
+* π Bottom-right click zone
+* β¨οΈ Optional keyboard modifier triggers (`Alt`, `Control`, `Shift`)
+* π Lightweight system tray app
-- Windows with a touchpad
-- .NET Framework 4.8 runtime
-- Precision touchpad is recommended for full touchpad options
+## π Requirements
-## Install
+* π» Windows with a touchpad
+* βοΈ .NET Framework 4.8 runtime
+* π― Precision touchpad recommended for full touchpad functionality
-Download the latest build from [Releases](https://github.com/QL-Win/SecondaryClick/releases).
+## π¦ Install
-## Usage
+Download the latest build from **[Releases](https://github.com/QL-Win/SecondaryClick/releases)**.
+
+## π Usage
After launch, SecondaryClick runs in the system tray.
-- Right-click the tray icon to open settings
-- Enable or disable touchpad gestures:
- - Two-finger tap
- - Bottom-right click
-- Enable keyboard-assisted triggers:
- - Off
- - Alt Key
- - Control Key
- - Shift Key
-- Optional: enable Start with Windows from tray menu
-- Optional: hide tray icon from tray menu (`Hide tray icon`)
+### π Touchpad Gestures
+
+Enable or disable:
+
+* ππ Two-finger tap
+* π Bottom-right click
+
+### β¨οΈ Keyboard-Assisted Triggers
+
+Choose one of:
+
+* Off
+* `Alt` Key
+* `Control` Key
+* `Shift` Key
+
+### βοΈ Additional Options
+
+* π±οΈ Right-click the tray icon to open settings
+* π Enable **Start with Windows** from the tray menu
+* π» Hide the tray icon using **Hide tray icon**
+
+If the tray icon is hidden, run:
+
+```bat
+RestoreTrayIcon.bat
+```
-If tray icon is hidden, run `RestoreTrayIcon.bat` from the app output folder to restore it.
+from the application output folder to restore it.
-Settings are saved per user and restored automatically on next launch.
+πΎ Settings are saved per user and automatically restored on the next launch.
-## Designer
+## π¨ Designer
-Application icon designed by [@Shomnipotence](https://github.com/Shomnipotence)
+Application icon designed by **[@Shomnipotence](https://github.com/Shomnipotence)**.
-## License
+## π License
-
+
+
+
-`SecondaryClick` is free and open source software under [GPL-3.0](https://opensource.org/licenses/GPL-3.0).
+π `SecondaryClick` is free and open-source software licensed under **GPL-3.0**.
-`SecondaryClick.MouseKeyHook` is based on [MouseKeyHook](https://github.com/gmamaladze/globalmousekeyhook) and distributed under [MIT](https://github.com/gmamaladze/globalmousekeyhook#MIT-1-ov-file).
+π§ `SecondaryClick.MouseKeyHook` is based on **MouseKeyHook** and distributed under the **MIT License**.
-`SecondaryClick.WindowsInput` is based on [InputSimulator](https://github.com/michaelnoonan/inputsimulator) and distributed under [MIT](https://github.com/michaelnoonan/inputsimulator?tab=MIT-1-ov-file#readme).
+π§ `SecondaryClick.WindowsInput` is based on **InputSimulator** and distributed under the **MIT License**.