diff --git a/README.md b/README.md
index b3a638300..260cac98a 100644
--- a/README.md
+++ b/README.md
@@ -44,9 +44,11 @@ We can set one of the group address to be the same in all the devices so as to t
In this case, so as to inform the status of all the relays to the Automation System, just one of the devices have to be configured as the responder. If you use the same Group Address for sending and receiving, you have to take into account not to make loops.
DEVICE 1
+
DEVICE 2
+
**2) Setting 2 Sonoff to be linked as stair lights:**
@@ -54,9 +56,11 @@ DEVICE 2
We can set one device to send the status of its output and another to read that and follow. And the second device can send the status of its button and the first device will toggle. With this configuration we can avoid to make a loop.
DEVICE 1
+
DEVICE 2
+
**3) Setting a button as initiator of a scene:**
@@ -64,9 +68,11 @@ DEVICE 2
Just setting one device to send the push of a button, and the rest just use that value to turn them on. In this case, there is no toggle. Every time the button is pushed, the turn on command is sent.
DEVICE 1
+
DEVICE 2
+
**4) Setting a Temperature sensor:**