Skip to content

Commit

Permalink
feat: smol changes to README again
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Oct 31, 2023
1 parent c2669bc commit 06f93d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const deepgram = createClient(DEEPGRAM_API_KEY, {
This SDK now works in the browser. If you'd like to make REST-based requests (pre-recorded transcription, on-premise, and management requests), then you'll need to use a proxy as we do not support custom CORS origins on our API. To set up your proxy, you configure the SDK like so:

```js
const { createClient } = require("@deepgram/sdk");
import { createClient } from "@deepgram/sdk";

const deepgram = createClient("proxy", {
proxy: { url: "http://localhost:8080" },
Expand Down

0 comments on commit 06f93d5

Please sign in to comment.