Skip to content

Commit 95f9291

Browse files
Merge pull request #178 from deepgram/SandraRodgers-patch-1
Update README.md for syntax error
2 parents 42a1141 + 69302b0 commit 95f9291

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ In order to point the SDK at a different API endpoint (e.g., for on-prem deploym
8585
```js
8686
const REQUIRE_SSL = false; // defaults to true - set depending on server configuration
8787
const API_URL = "localhost:8080"; // defaults to api.deepgram.com
88-
const deepgram = new Deepgram(DEEPGRAM_API_KEY, API_URL, REQUIRE_SSL);
88+
const deepgram = new Deepgram(DEEPGRAM_API_KEY, API_URL, REQUIRE_SSL);
89+
```
8990

9091
# Transcription
9192

0 commit comments

Comments
 (0)