diff --git a/Arduino_Props.md b/Arduino_Props.md
index eb3cbba..d5b4ed7 100644
--- a/Arduino_Props.md
+++ b/Arduino_Props.md
@@ -74,7 +74,7 @@ Arduino with Ethernet or Wifi shield is suitable to build an Escape Room Props,
- Any Arduino + Dragino Yún Shield (tested with Elegoo Mega 2560 R3)
- Arduino Uno WiFi Rev 2
- Arduino NANO 33 IoT
- - Arduino MKR 1010
+ - Arduino MKR WiFi 1010
- Arduino MKR VIDOR 4000
- Arduino Ethernet
- Arduino Ethernet Shield
diff --git a/Props.md b/Props.md
index 73482c8..a3ff665 100644
--- a/Props.md
+++ b/Props.md
@@ -110,7 +110,7 @@ PropsDataLogical led(u8"led");
void clignote(); // forward
PropsAction clignoteAction = PropsAction(1000, clignote);
```
-The *AduinoProps* library uses **WiFiNINA** WiFi library for **Arduino Uno WiFi Rev 2**, **Arduino NANO 33 IoT**, **Arduino MKR 1010** and **Arduino MKR VIDOR 4000**.
+The *AduinoProps* library uses **WiFiNINA** WiFi library for **Arduino Uno WiFi Rev 2**, **Arduino NANO 33 IoT**, **Arduino MKR WiFi 1010** and **Arduino MKR VIDOR 4000**.
Create *WifiProps* instance with MQTT parameters, then create *PropsData* instances and *PropsActions*.
@@ -324,7 +324,7 @@ See [EXAMPLES.md](EXAMPLES.md) for an adaptation of the Blink example (https://w
- Any Arduino + Dragino Yún Shield (tested with Elegoo Mega 2560 R3)
- Arduino Uno WiFi Rev 2
- Arduino NANO 33 IoT
- - Arduino MKR 1010
+ - Arduino MKR WiFi 1010
- Arduino MKR VIDOR 4000
- Arduino Ethernet
- Arduino Ethernet Shield
diff --git a/README.md b/README.md
index 69bbc45..01e25c7 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Add `#include "ArduinoProps.h"` on top of your sketch and start coding. Reading
The *ArduinoProps library* allows to build *escape room 2.0 props* easily with Arduino and particularly with Arduino Yun or Arduino Mega 2560 + Dragino Yun shield however it works with Ethernet and Wifi shields too.
-The *ArduinoProps library* relies on *Nick O'Leary PubSubClient* library for MQTT. MQTT is a lightweight publish/subscribe messaging protocol designed for M2M (machine to machine) telemetry in low bandwidth environments.
+The *ArduinoProps library* relies on *Nick O'Leary PubSubClient***** library for MQTT. MQTT is a lightweight publish/subscribe messaging protocol designed for M2M (machine to machine) telemetry in low bandwidth environments.
### Props with *Raspberry*
Escape room 2.0 props can be powered with Raspberry Pi or any Pythonic nanocomputer using *MqttApp*, our pure Python 3 class based on Eclipse Paho™ MQTT Python Client.
@@ -169,7 +169,7 @@ More MQTT topics can be use for anything (room scenario, etc.).
- Any Arduino + Dragino Yún Shield (tested with Elegoo Mega 2560 R3)
- Arduino Uno WiFi Rev 2
- Arduino NANO 33 IoT
- - Arduino MKR 1010
+ - Arduino MKR WiFi 1010
- Arduino MKR VIDOR 4000
- Arduino Ethernet
- Arduino Ethernet Shield