From c50930f2a7b4b122f2e9402fa22ed03d2252d57c Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 4 Oct 2012 12:39:26 +0200 Subject: [PATCH] Encode node-0.8 requirement --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5bbe005..80254eaa 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ Windshaft-CartoDB ================== -NOTE: requires node-0.4.x +NOTE: requires node-0.8.x This is the CartoDB map tiler. It extends Windshaft with some extra functionality and custom filters for authentication * reads dbname from subdomain and cartodb redis for pretty tile urls -* configures windshaft to publish cartodb_id as the interactivity layer +* configures windshaft to publish ``cartodb_id`` as the interactivity layer * gets the default geometry type from the cartodb redis store * allows tiles to be styled individually * provides a link to varnish high speed cache * provides a infowindow endpoint for windshaft -* provides a map_metadata endpoint for windshaft +* provides a ``map_metadata`` endpoint for windshaft Install -------