From 5221a1fedfcb9dac84485bb7cfb7dde32c0bbad0 Mon Sep 17 00:00:00 2001 From: Sergey Kikevich Date: Fri, 21 Oct 2022 10:26:21 +0300 Subject: [PATCH] chore: add badges to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a95d664..2553ccf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Python](https://img.shields.io/badge/python-v3-brightgreen.svg)](https://www.python.org/) +[![License](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/licenses/MIT) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) + # ecb: Python interface to European Central Bank (ECB) API Several functions to det financial data from European Central Bank (ECB) database.