Skip to content

Commit

Permalink
Fix link to live audio transcription quickstart which previous linked…
Browse files Browse the repository at this point in the history
… to the Go documentation
  • Loading branch information
lancegoyke authored Nov 13, 2024
1 parent d3bb649 commit 8b91610
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 @@ -94,7 +94,7 @@ print(f"response: {response}\n\n")

### Live Audio Transcription Quickstart

You can find a [walkthrough](https://developers.deepgram.com/docs/live-streaming-audio-transcription) on our documentation site. Transcribing Live Audio can be done using the following sample code:
You can find a [walkthrough](https://developers.deepgram.com/docs/python-sdk-streaming-transcription) on our documentation site. Transcribing Live Audio can be done using the following sample code:

```python
deepgram: DeepgramClient = DeepgramClient()
Expand Down

0 comments on commit 8b91610

Please sign in to comment.