diff --git a/README.md b/README.md
index 19c53ce..a1f1f17 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,18 @@
- Modes
# Description
-TUXEDO Computers Kernel Module for keyboard backlighting.
+TUXEDO Computers kernel module drivers for keyboard, keyboard backlight & general hardware I/O
-Additions
-- Sysfs interface to control the brightness, mode, color, on/off state
-- DKMS Ready
-- Full RGB Color Support
-- WMI Support for FN-Keys
+Features
+- Driver for Fn-keys
+- Sysfs control of brightness/color/mode for most TUXEDO keyboards (note: white backlight only models are currently not supported)
+- Hardware I/O driver for TUXEDO Control Center
+
+Modules included in this package
+- tuxedo-keyboard
+- tuxedo-io
+- clevo-wmi
+- clevo-acpi
# Building and Install
@@ -86,7 +91,7 @@ modprobe tuxedo_keyboard
## Load the Module on boot:
-If the module is relevant it will be loaded automatically on boot. If it is not loaded after a reboot, it most likely means that it is not needed.
+If a module is relevant it will be loaded automatically on boot. If it is not loaded after a reboot, it most likely means that it is not needed.
Add Module to /etc/modules
```sh