Skip to content

Commit

Permalink
chore: edit example
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Jul 2, 2024
1 parent 5612f86 commit 82fe4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/browser-prerecorded/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<script src="../../dist/umd/deepgram.js"></script>
<script>
const { createClient } = deepgram;
const _deepgram = createClient("3d75575499a7908f7f01483469c8105897e37c1a", {
const _deepgram = createClient("deepgram-api-key", {
global: {
fetch: {
options: {
Expand Down

0 comments on commit 82fe4de

Please sign in to comment.