From 0826db8ae076d87d18175fe86f106832a7f6a275 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Tue, 24 Nov 2015 12:26:43 +0100 Subject: [PATCH] Update API.md --- doc/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/API.md b/doc/API.md index 6316b8a..ebf3ca7 100644 --- a/doc/API.md +++ b/doc/API.md @@ -1,7 +1,7 @@ ## Geocoder API ### Overview -The CartoDB Geocoder API allows you to geocode your data by converting your geospatial information into geometries in your map. This geocoding service can be used to programatically geocode datasets via the CartoDB SQL API. It is fed from Open Data and it serves geometries for countries, provinces, states, cities, postal codes and IP addresses. +The CartoDB Geocoder API allows you to geocode your data by converting your data into geometries in your map. This geocoding service can be used programatically to geocode datasets via the CartoDB SQL API. It is fed from _Open Data_ and it serves geometries for countries, provinces, states, cities, postal codes and IP addresses. ### Quickstart If you are using the set of APIs and libraries that CartoDB offers and you are handling your data with the SQL API, you can make your data visible in your maps by geocoding the dataset programatically.