summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f1a681d..d1a2c6e 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ $headers = array(
'Content-Type: application/json',
'Authorization: Bearer '.$api_key
);
-$client = new SendGrid\Client('https://e9sk3d3bfaikbpdq7.stoplight-proxy.io', $headers, '/v3', null);
+$client = new SendGrid\Client('https://api.sendgrid.com', $headers, '/v3', null);
// GET Collection
$query_params = array('limit' => 100, 'offset' => 0);