From 717aa056d921f76e49acc9252f98a2650083c3c8 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Fri, 7 Jan 2022 11:45:12 -0500 Subject: [PATCH] Add hiring link as badge in README Also set badge style to `flat` --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 110cbf7..12f3e56 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # asyncio-connection-pool -[![GitHub Workflow Status (main)](https://img.shields.io/github/workflow/status/fellowinsights/asyncio-connection-pool/CI/main?style=plastic)][main CI] -[![PyPI](https://img.shields.io/pypi/v/asyncio-connection-pool?style=plastic)][package] -[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/asyncio-connection-pool?style=plastic)][package] +[![GitHub Workflow Status (main)](https://img.shields.io/github/workflow/status/fellowinsights/asyncio-connection-pool/CI/main?style=flat)][main CI] +[![PyPI](https://img.shields.io/pypi/v/asyncio-connection-pool?style=flat)][package] +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/asyncio-connection-pool?style=flat)][package] +[![Fellow Careers](https://img.shields.io/badge/fellow.app-hiring-576cf7.svg?style=flat)](https://fellow.app/careers/) [main CI]: https://github.com/fellowinsights/asyncio-connection-pool/actions?query=workflow%3ACI+branch%3Amain [package]: https://pypi.org/project/asyncio-connection-pool/