From 22a150fac9eaf53044fa6f1b918aab0a625fa6aa Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 3 Jan 2019 13:43:46 -0800 Subject: binding: weather: fix markdown rendering in README.md Bug-AGL: SPEC-2106 Change-Id: I33931500989d09205838a1bd23bf39f8b3a7fe60 Signed-off-by: Matt Ranostay --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: +
 {
     "coord": {
-- 
cgit 1.2.3-korg