From 336250bab1b0a597038de70b41f3373fb6d6c65f Mon Sep 17 00:00:00 2001 From: Narayan Bandodker <46126206+narayanPCMR@users.noreply.github.com> Date: Sun, 3 Nov 2019 18:30:05 +0530 Subject: [PATCH] Fixed URL spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41e1c80..79a9e1e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Lights, sensors, switches and more can be built on top of MQTT. This section con | [Light](/ha_mqtt_light_with_WiFiManager_mDNS_and_OTA) | A simple example to control a **RGB led** (with **OTA** and **mDNS**)| | [Light](https://github.com/mertenats/Arilux_AL-LC03)| An alternative firmware for the **Arilux AL-LC0X LED controller** | | [Light](/ha_mqtt_light_arilux)| An alternative firmware for the **Arilux AL-LC0X LED controller** with multiple effects from the [WS2812FX](https://github.com/kitesurfer1404/WS2812FX) | -| [Light](/ha_mqtt_rgbw_light_with_discoveryw) | A simple example to control a **RGBW led**, based on the **MQTT JSON Light** component (brightness, rgb, white, color temperature and effects) and including the **MQTT Discovery** | +| [Light](/ha_mqtt_rgbw_light_with_discovery) | A simple example to control a **RGBW led**, based on the **MQTT JSON Light** component (brightness, rgb, white, color temperature and effects) and including the **MQTT Discovery** | | [Light](https://github.com/mertenats/AI-Thinker_RGBW_Bulb) | An alternative firmware for **AI-Thinker RGBW bulbs**, based on the **MQTT JSON Light** component and including the **MQTT Discovery** functionality | | [Switch](/ha_mqtt_switch) | A simple example to control a **switch** | [Switch](https://github.com/mertenats/Itead_Sonoff/tree/master/Sonoff_Basic) | An alternative firmware for the **Sonoff Basic** switches |