From e3db47094e6aab25b9c1d0fd1ba9599215db8a0f Mon Sep 17 00:00:00 2001 From: John Vajda Date: Fri, 29 Sep 2023 17:52:29 -0600 Subject: [PATCH 1/2] fixed readme badge alignment --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e7f93e6..10b257b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Deepgram Python SDK -[![](https://dcbadge.vercel.app/api/server/xWRaCDBtW4)](https://discord.gg/xWRaCDBtW4)[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/deepgram/deepgram-python-sdk/CI)](https://github.com/deepgram/deepgram-python-sdk/actions/workflows/CI.yml) [![PyPI](https://img.shields.io/pypi/v/deepgram-sdk)](https://pypi.org/project/deepgram-sdk/) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg?style=flat-rounded)](./.github/CODE_OF_CONDUCT.md) +[![Discord](https://dcbadge.vercel.app/api/server/xWRaCDBtW4)](https://discord.gg/xWRaCDBtW4) + +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/deepgram/deepgram-python-sdk/CI)](https://github.com/deepgram/deepgram-python-sdk/actions/workflows/CI.yml) [![PyPI](https://img.shields.io/pypi/v/deepgram-sdk)](https://pypi.org/project/deepgram-sdk/) +[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg?style=flat-rounded)](./.github/CODE_OF_CONDUCT.md) Official Python SDK for [Deepgram](https://www.deepgram.com/). Power your apps with world-class speech and Language AI models. From 811cd222ea656a12513a7839c3479a0fa7af73de Mon Sep 17 00:00:00 2001 From: John Vajda Date: Fri, 29 Sep 2023 17:56:40 -0600 Subject: [PATCH 2/2] changes to flat badge --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 10b257b0..2c825718 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Deepgram Python SDK -[![Discord](https://dcbadge.vercel.app/api/server/xWRaCDBtW4)](https://discord.gg/xWRaCDBtW4) - -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/deepgram/deepgram-python-sdk/CI)](https://github.com/deepgram/deepgram-python-sdk/actions/workflows/CI.yml) [![PyPI](https://img.shields.io/pypi/v/deepgram-sdk)](https://pypi.org/project/deepgram-sdk/) + [![Discord](https://dcbadge.vercel.app/api/server/xWRaCDBtW4?style=flat)](https://discord.gg/xWRaCDBtW4) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/deepgram/deepgram-python-sdk/CI)](https://github.com/deepgram/deepgram-python-sdk/actions/workflows/CI.yml) [![PyPI](https://img.shields.io/pypi/v/deepgram-sdk)](https://pypi.org/project/deepgram-sdk/) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg?style=flat-rounded)](./.github/CODE_OF_CONDUCT.md) Official Python SDK for [Deepgram](https://www.deepgram.com/). Power your apps with world-class speech and Language AI models.