Skip to content

Commit 50472ee

Browse files
Update README.md (#20)
Missing curly bracket in one of the provided code snippets for transcribing real-time audio.
1 parent 57d6e91 commit 50472ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ navigator.mediaDevices.getUserMedia({ audio: true }).then((stream) => {
9090
console.log(transcript);
9191
}
9292
});
93-
}
93+
});
9494
```
9595

9696
## Samples

0 commit comments

Comments
 (0)