From cce3881e97efe616c6013b05c1663186b85f85cc Mon Sep 17 00:00:00 2001 From: "Andrew W. Hill" Date: Tue, 12 Apr 2016 17:18:17 -0400 Subject: [PATCH] Update API.md --- doc/API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/API.md b/doc/API.md index 0135787..abf4b28 100644 --- a/doc/API.md +++ b/doc/API.md @@ -39,11 +39,11 @@ __Get the Demographic Snapshot at Camp David__ https://example_account.cartodb.com/api/v2/sql?q=SELECT * FROM OBS_GetDemographicSnapshot(CDB_LatLng(39.648333, -77.465)) ``` -__Get the Demographic Snapshot at Morning Side Heights__ +__Get the Demographic Snapshot in the Upper West Side__ ```text https://example_account.cartodb.com/api/v2/sql?q=SELECT * FROM -OBS_GetDemographicSnapshot(CDB_LatLng(40.810201, -73.956601)) +OBS_GetDemographicSnapshot(CDB_LatLng(40.80, -73.960)) ``` ### API Response