From d47049c81371f6fad527970468d188f8069031bc Mon Sep 17 00:00:00 2001 From: Carla Date: Wed, 7 Sep 2016 16:01:45 +0200 Subject: [PATCH] Escape characters in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20fdd15..c5e6636 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The CARTO Data Services SQL API Steps to deploy a new Data Services API version : - Deploy new version of dataservices API to all servers -- Update the server user using: ALTER EXTENSION cdb_dataservices_server UPDATE TO ''; +- Update the server user using: ALTER EXTENSION cdb_dataservices_server UPDATE TO '\'; - Update the python dependencies if needed: **cartodb_geocoder** and **heremaps** - Add the needed config in the `cdb_conf` table: - `redis_metadata_config` and `redis_metrics_conf`