From 5a5f5318d1bd5ef6e8649622ff53cb4aff72c87f Mon Sep 17 00:00:00 2001 From: roxasvalor Date: Sun, 24 Apr 2016 18:31:46 -0500 Subject: [PATCH] Update README.md --- modules/default/currentweather/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/currentweather/README.md b/modules/default/currentweather/README.md index 2b3a5300..585a0ae4 100644 --- a/modules/default/currentweather/README.md +++ b/modules/default/currentweather/README.md @@ -15,7 +15,7 @@ modules: [ // See 'Configuration options' for more information. location: 'Amsterdam,Netherlands', appid: 'abcde12345abcde12345abcde12345ab', //openweathermap.org API key. - showWindDirection: true + showWindDirection: true, } } ]