Skip to content

Commit

Permalink
Merge pull request #201 from deepgram/readme-updates
Browse files Browse the repository at this point in the history
adds section on backwards compatability
  • Loading branch information
dvonthenen authored Apr 10, 2024
2 parents b19b962 + 36acc6b commit e55aa9d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ Official Go SDK for [Deepgram](https://www.deepgram.com/). Start building with o
* [PreRecorded Audio Transcription Quickstart](#prerecorded-audio-transcription-quickstart)
* [Live Audio Transcription Quickstart](#live-audio-transcription-quickstart)
* [Examples](#examples)
- [Logging](#logging)
* [Logging](#logging)
* [Testing](#testing)
* [Backwards Compatability](#backwards-compatibility)
* [Development and Contributing](#development-and-contributing)
* [Getting Help](#getting-help)

Expand Down Expand Up @@ -86,7 +87,7 @@ options := PreRecordedTranscriptionOptions{
Punctuate: true,
Diarize: true,
Language: "en-US",
}
}

// send URL
URL := "https://my-domain.com/files/my-conversation.mp3"
Expand Down Expand Up @@ -185,6 +186,10 @@ client.Init(client.InitLib{

TBD

# Backwards Compatibility

Older SDK versions will receive Priority 1 (P1) bug support only. Security issues, both in our code and dependencies, are promptly addressed. Significant bugs without clear workarounds are also given priority attention.

## Development and Contributing

Interested in contributing? We ❤️ pull requests!
Expand Down

0 comments on commit e55aa9d

Please sign in to comment.