diff --git a/README.md b/README.md
index 36e1d77..d825b09 100644
--- a/README.md
+++ b/README.md
@@ -141,18 +141,23 @@ remove the device, and deactivate it when you plug the device back.
GNOME (gnome-screensaver):
-
- MyDevice
- gnome-screensaver-command --lock
- gnome-screensaver-command --deactivate
-
+```xml
+
+ MyDevice
+ gnome-screensaver-command --lock
+ gnome-screensaver-command --deactivate
+
+```
KDE (kscreensaver):
-
- MyDevice
- dcop kdesktop KScreensaverIface lock
- dcop kdesktop KScreensaverIface quit
-
+
+```xml
+
+ MyDevice
+ dcop kdesktop KScreensaverIface lock
+ dcop kdesktop KScreensaverIface quit
+
+```
You can execute more commands by adding extra `` entries.
@@ -219,15 +224,17 @@ Enabling debug messages may help you find out what's wrong.
To enable them, edit `/etc/pamusb.conf` and set the following option:
-
-
-
-
+```xml
+
+
+
+```
You can enable debug messages only for a specific user, device or service.
-
-
-
-
-
-
+```xml
+
+
+
+
+
+```