From 2357ae9c59e467c7895efde65f4b8361c3a4ddb0 Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Wed, 11 Oct 2023 14:20:44 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34def547..5823f5bc 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ deepgram = Deepgram(DEEPGRAM_API_KEY) ## Custom API Endpoint -In order to point the SDK at a different API endpoint (e.g., for on-prem deployments), you can pass in an object setting the `api_url` when initializing the Deepgram client. +In order to point the SDK at a different API environment (e.g., for on-prem deployments), you can pass in an object setting the `api_url` when initializing the Deepgram client. ```py dg_client = Deepgram({