diff --git a/README.md b/README.md
index 46066c9f..018157e7 100644
--- a/README.md
+++ b/README.md
@@ -81,13 +81,13 @@ tools/esptool.py supported NodeMCU devkit automatic flash.
IO index | ESP8266 pin | IO index | ESP8266 pin |
- 0 [*] | GPIO16 | 8 | GPIO15 |
+ 0 [*] | GPIO16 | 8 | GPIO15 (SPI CS) |
- 1 | GPIO5 | 9 | GPIO3 |
+ 1 | GPIO5 | 9 | GPIO3 (UART RX) |
- 2 | GPIO4 | 10 | GPIO1 |
+ 2 | GPIO4 | 10 | GPIO1 (UART TX) |
3 | GPIO0 | 11 | GPIO9 |
@@ -96,13 +96,13 @@ tools/esptool.py supported NodeMCU devkit automatic flash.
4 | GPIO2 | 12 | GPIO10 |
- 5 | GPIO14 | | |
+ 5 | GPIO14 (SPI CLK) | | |
- 6 | GPIO12 | | |
+ 6 | GPIO12 (SPI MISO) | | |
- 7 | GPIO13 | | |
+ 7 | GPIO13 (SPI MOSI) | | |
#### [*] D0(GPIO16) can only be used as gpio read/write. no interrupt supported. no pwm/i2c/ow supported.