From a897772df27c2c0e5f8af94423b70d525eb4dfbb Mon Sep 17 00:00:00 2001 From: roxasvalor Date: Sun, 24 Apr 2016 16:00:13 -0500 Subject: [PATCH] Units now configured by config.js --- modules/default/currentweather/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/default/currentweather/README.md b/modules/default/currentweather/README.md index 3c818eee..3f1f2af4 100644 --- a/modules/default/currentweather/README.md +++ b/modules/default/currentweather/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