From 3d0de834e08f2c7b196b2036b4071a3b3de5d0a2 Mon Sep 17 00:00:00 2001 From: roxasvalor Date: Sun, 24 Apr 2016 16:01:27 -0500 Subject: [PATCH] Units now configured by config.js --- modules/default/weatherforecast/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/default/weatherforecast/README.md b/modules/default/weatherforecast/README.md index bea80514..c5be33ce 100644 --- a/modules/default/weatherforecast/README.md +++ b/modules/default/weatherforecast/README.md @@ -50,9 +50,9 @@ The following properties can be configured: units - What units to use?
-
Possible values: default = Kelvin, metric = Celsius, imperial =Fahrenheit -
Default value: metric + What units to use. Specified by config.js
+
Possible values: config.units = Specified by config.js, default = Kelvin, metric = Celsius, imperial =Fahrenheit +
Default value: config.units