Skip to content

Commit bf1cf96

Browse files
committed
fix: confirm token fix in example
1 parent 9501268 commit bf1cf96

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/browser-live/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<script src="../../dist/umd/deepgram.js"></script>
55
<script>
66
const { createClient } = deepgram;
7-
const _deepgram = createClient("deepgram-api-key");
7+
const _deepgram = createClient("api-key");
88

99
console.log("Deepgram Instance: ", _deepgram);
1010

@@ -108,6 +108,7 @@
108108
// ...
109109
</script>
110110
</head>
111+
111112
<body>
112113
Running test... check the developer console.
113114
</body>

0 commit comments

Comments
 (0)