From dade92f78329a841e66340ade6f66e9281ac3949 Mon Sep 17 00:00:00 2001
From: Michael Ingraham <34340210+meingraham@users.noreply.github.com>
Date: Wed, 25 Sep 2019 21:37:05 -0400
Subject: [PATCH] Updated Zigbee (markdown)

---
 Zigbee.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Zigbee.md b/Zigbee.md
index 83223af8..2ef4a89d 100644
--- a/Zigbee.md
+++ b/Zigbee.md
@@ -170,7 +170,7 @@ Once the CC2530 flashing process completes, you can re-use that ESP82xx device b
 ## 3. Connect the CC2530 to the Tasmota Device
 The connection uses a 115200 baud serial connection. Hence you need to configure two GPIOs: `Zigbee TX` and `Zigbee RX`.
 
-If you are using your ESP82xx device to flash the Zigbee adapter as described in the flashing section, GPIO4, GPIO5, GPIO12, GPIO14 are already in use. You may want to leave these connections in place in case you need to update the CC2530 firmware in the future. Otherwise, any of these GPIO can also be used.
+If you are using your ESP82xx device to flash the Zigbee adapter as described in the flashing section, GPIO4, GPIO5, and GPIO12 are already in use. You may want to leave these connections in place in case you need to update the CC2530 firmware in the future. Otherwise, any of these GPIO can also be used.
 
 It is best to use the hardware serial pins (GPIO1/GPIO3 or GPIO13/GPIO15) for high speed serial. However, TasmotaSerial version 2.4.x (PR [#6377](../pull/6377)) improved the reliability of software serial. This allows any GPIO to be used.