diff --git a/modules/default/weather/README.md b/modules/default/weather/README.md
index ee9ec7b8..89e65de1 100644
--- a/modules/default/weather/README.md
+++ b/modules/default/weather/README.md
@@ -92,3 +92,7 @@ The following properties can be configured:
| `apiKey` | The [DarkSky](https://darksky.net/dev/register) API key, which can be obtained by creating an DarkSky account.
This value is **REQUIRED**
| `lat` | The geo coordinate latitude.
This value is **REQUIRED**
| `lon` | The geo coordinate longitude.
This value is **REQUIRED**
+
+## API Provider Development
+
+If you want to add another API provider checkout the [Guide](providers).