Skip to content

Commit 11c293c

Browse files
Merge pull request #191 from dvonthenen/fix-readme-spacing
Fix README Spacing Breaking CD Publishing
2 parents 9af416e + ec2f46b commit 11c293c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ You can learn more about the Deepgram API at [developers.deepgram.com](https://d
6363
```sh
6464
pip install deepgram-sdk
6565
```
66+
6667
# Examples
6768

6869
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.
@@ -454,6 +455,7 @@ response = await deepgram.members.remove_member(PROJECT_ID, MEMBER_ID)
454455
message: string;
455456
}
456457
```
458+
457459
# Scopes
458460

459461
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`.

0 commit comments

Comments
 (0)