From ef93468d7184296ab8046086098ce06e7ad27a63 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Tue, 14 Nov 2023 19:19:14 +0200 Subject: [PATCH] Adds the pypi shield to readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24064d2..268e3fd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # getBible Librarian [![Stable Librarian](https://github.com/getbible/librarian/actions/workflows/stable-librarian.yml/badge.svg)](https://github.com/getbible/librarian/actions/workflows/stable-librarian.yml) +[![GetBible Librarian](https://img.shields.io/pypi/v/getbible?style=flat-square)](https://pypi.org/project/getbible/) The `getBible` Librarian package is a Python library designed for efficiently retrieving the scripture reference across various translations. @@ -9,6 +10,7 @@ The `getBible` Librarian package is a Python library designed for efficiently re ```bash pip install getbible ``` +> see package on [pypi](https://pypi.org/project/getbible) ## Features