From 6fb9f67e64c8600d4fbdff800ee66bd466226210 Mon Sep 17 00:00:00 2001 From: Carla Date: Mon, 11 Jul 2016 10:50:19 +0200 Subject: [PATCH] Update README.md --- server/lib/python/cartodb_services/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/python/cartodb_services/README.md b/server/lib/python/cartodb_services/README.md index 3703c82..1af84ce 100644 --- a/server/lib/python/cartodb_services/README.md +++ b/server/lib/python/cartodb_services/README.md @@ -1,6 +1,6 @@ # CartoDB dataservices API python module -This directory contains the python library used by the server side of CartoDB LDS (Location Data Services). +This directory contains the python library used by the server side of CARTO LDS (Location Data Services). It is used from pl/python functions contained in the `cdb_dataservices_server` extension. It goes hand in hand with the extension so please consider running the integration tests.