From 27d71badb6448bed54f6e817fa8a2d409674eed7 Mon Sep 17 00:00:00 2001 From: Gareth Date: Thu, 20 Jun 2024 11:58:11 -0400 Subject: [PATCH 1/3] Drop broken README badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e93a6d5..d429278c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Pinecone Python Client · ![License](https://img.shields.io/github/license/pinecone-io/pinecone-python-client?color=orange) [![CI](https://github.com/pinecone-io/pinecone-python-client/actions/workflows/merge.yaml/badge.svg)](https://github.com/pinecone-io/pinecone-python-client/actions/workflows/merge.yaml) +# Pinecone Python Client · +![License](https://img.shields.io/github/license/pinecone-io/pinecone-python-client?color=orange) The official Pinecone Python client. From 0d39e9853257c30bd5df22b5cac79f493a8b3cce Mon Sep 17 00:00:00 2001 From: Gareth Date: Thu, 20 Jun 2024 11:59:05 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d429278c..b407e643 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pinecone Python Client · +# Pinecone Python Client ![License](https://img.shields.io/github/license/pinecone-io/pinecone-python-client?color=orange) The official Pinecone Python client. From 039e310968e5b9eb5672e07a8210abae8ae6ea05 Mon Sep 17 00:00:00 2001 From: Gareth Date: Thu, 20 Jun 2024 17:02:55 -0400 Subject: [PATCH 3/3] Fix badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b407e643..e6a6ae31 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Pinecone Python Client -![License](https://img.shields.io/github/license/pinecone-io/pinecone-python-client?color=orange) +![License](https://img.shields.io/github/license/pinecone-io/pinecone-python-client?color=orange) [![CI](https://github.com/pinecone-io/pinecone-python-client/actions/workflows/pr.yaml/badge.svg)](https://github.com/pinecone-io/pinecone-python-client/actions/workflows/pr.yaml) The official Pinecone Python client.