From 8562bdfc4a13ac36e27dadec5c933d1200a97bc1 Mon Sep 17 00:00:00 2001 From: roxasvalor Date: Mon, 25 Apr 2016 06:27:26 -0500 Subject: [PATCH] Removed trailing comma --- 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 eb592001..2ce54aac 100644 --- a/modules/default/currentweather/README.md +++ b/modules/default/currentweather/README.md @@ -14,7 +14,7 @@ modules: [ config: { // See 'Configuration options' for more information. location: 'Amsterdam,Netherlands', - appid: 'abcde12345abcde12345abcde12345ab', //openweathermap.org API key. + appid: 'abcde12345abcde12345abcde12345ab' //openweathermap.org API key. } } ]