diff --git a/README.md b/README.md
index 5454963..0de45dc 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ The firmware supports the input to be provided from two different sources connec
| ADC(0) | UART(1) | VARIANT_ADC |
| ADC(0) | {PPM,PWM,iBUS}(1) | VARIANT_{PPM,PWM,IBUS} |
| ADC(0) | Sideboard(1*) | VARIANT_HOVERCAR |
-| UART(0) | Sideboard(1) | VARIANT_UART |
+| UART(0) | Sideboard(1*) | VARIANT_UART |
| UART(1) | Nunchuk(0) | VARIANT_NUNCHUK |
(0) Primary input: this input is used when the Auxilliary input is not available or not connected.
@@ -136,7 +136,7 @@ The firmware supports the input to be provided from two different sources connec
With slight modifications in config.h, other dual-inputs combinations can be realized as:
| Left | Right | Possibility |
| --- | --- | --- |
-| Sideboard(1) | UART(0) | VARIANT_UART |
+| Sideboard(1*) | UART(0) | VARIANT_UART |
| UART(0) | {PPM,PWM,iBUS}(1) | VARIANT_{PPM,PWM,IBUS} |
| {PPM,PWM,iBUS}(1) | Nunchuk(0) | VARIANT_{PPM,PWM,IBUS} |