Skip to content

Commit

Permalink
Merge pull request #178 from deepgram/SandraRodgers-patch-1
Browse files Browse the repository at this point in the history
Update README.md for syntax error
  • Loading branch information
SandraRodgers committed Oct 18, 2023
2 parents 42a1141 + 69302b0 commit 95f9291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ In order to point the SDK at a different API endpoint (e.g., for on-prem deploym
```js
const REQUIRE_SSL = false; // defaults to true - set depending on server configuration
const API_URL = "localhost:8080"; // defaults to api.deepgram.com
const deepgram = new Deepgram(DEEPGRAM_API_KEY, API_URL, REQUIRE_SSL);
const deepgram = new Deepgram(DEEPGRAM_API_KEY, API_URL, REQUIRE_SSL);
```

# Transcription

Expand Down

0 comments on commit 95f9291

Please sign in to comment.