diff --git a/use-cors.md b/use-cors.md index 3a13390..8b8af55 100644 --- a/use-cors.md +++ b/use-cors.md @@ -27,7 +27,7 @@ $.ajax({ dataType: "json", data: { "text": "London, UK", - "api_key": "search-EEgHGcM" + "api_key": "mapzen-xxxxxx" }, success: function( data, status, jqxhr ){ console.log( "Request received:", data ); @@ -49,7 +49,7 @@ $http({ headers: { "Accept": "application/json" }, params: { "text": "London, UK", - "api_key": "api_key=mapzen-xxxxxx" + "api_key": "mapzen-xxxxxx" }, }) .success(function( data, status ) {