aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-01-03 13:43:46 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-01-03 21:45:19 +0000
commit5bb350daa96f68604d24f80cc7643e31e874af0b (patch)
treec3cf374d3af600762ac0b3bcb19fda4edbf08b8b
parentcbe62d40c1995033ec789f38cd583ed9c1682687 (diff)
binding: weather: fix markdown rendering in README.mdflounder_6.0.5flounder_6.0.4flounder/6.0.5flounder/6.0.46.0.56.0.4flounder
Bug-AGL: SPEC-2106 Change-Id: I33931500989d09205838a1bd23bf39f8b3a7fe60 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c30616..a0c9d29 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Weather service uses current weather conditions from the OpenWeathermap webservi
## Verbs
| Name | Description | JSON Parameters |
-|:----------------|:--------------------------------|:------------------------------------------------|
+|-----------------|---------------------------------|-------------------------------------------------|
| subscribe | subscribe to media events | *Request:* {"value":"weather"} |
| unsubscribe | unsubscribe to media events | *Request:* {"value":"weather"} |
| api_key | get/set API key | *Request:* {"value": "openweather map api key"} |
@@ -20,6 +20,7 @@ JSON Response is the current weather of the location detected from the geoclue s
OpenWeatherAPI Response API Documentation: *http://openweathermap.org/current*
Example Response:
+
<pre>
{
"coord": {