From 62b1df970ac8aae470969f964724e97b47cef56a Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 14 Jan 2016 18:16:12 +0100 Subject: [PATCH] fix json --- docs/MultiLayer-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/MultiLayer-API.md b/docs/MultiLayer-API.md index 793a60a9..06e7ce39 100644 --- a/docs/MultiLayer-API.md +++ b/docs/MultiLayer-API.md @@ -17,8 +17,8 @@ Windshaft-CartoDB adds the following attributes in the response object ```json { - http: 'http://cdn_url.com/' - https: 'https://secure.cdn_url.com/' + "http": "http://cdn_url.com/" + "https": "https://secure.cdn_url.com/" } ```