From ec2f46bc720425798e7cb754fbb88ee43d05e751 Mon Sep 17 00:00:00 2001 From: dvonthenen Date: Tue, 28 Nov 2023 11:15:18 -0800 Subject: [PATCH] Fix README Spacing Breaking CD Publishing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36b5ba27..a78b9a96 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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`.