Skip to content

Commit

Permalink
Merge pull request #191 from dvonthenen/fix-readme-spacing
Browse files Browse the repository at this point in the history
Fix README Spacing Breaking CD Publishing
  • Loading branch information
davidvonthenen authored Nov 28, 2023
2 parents 9af416e + ec2f46b commit 11c293c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ You can learn more about the Deepgram API at [developers.deepgram.com](https://d
```sh
pip install deepgram-sdk
```

# Examples

To quickly get started with examples for prerecorded and streaming, run the files in the example folder. See the README in that folder for more information on getting started.
Expand Down Expand Up @@ -454,6 +455,7 @@ response = await deepgram.members.remove_member(PROJECT_ID, MEMBER_ID)
message: string;
}
```

# Scopes

The `deepgram.scopes` object provides access to the scopes endpoints of the Deepgram API. Each request is project based and will require a `project_id`.
Expand Down

0 comments on commit 11c293c

Please sign in to comment.