From 19d70701c90e595dac369c2f3d2f44c6f2c65525 Mon Sep 17 00:00:00 2001 From: Jace Browning Date: Sun, 6 Mar 2022 20:29:24 -0500 Subject: [PATCH] Fix badges --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0bbe62c..4e52837 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ A minimalistic logging wrapper for Python. [![PyPI Version](https://img.shields.io/pypi/v/minilog.svg)](https://pypi.org/project/minilog) [![PyPI Downloads](https://img.shields.io/pypi/dm/minilog.svg?color=orange)](https://pypistats.org/packages/minilog) -[![PyPI Version](https://img.shields.io/pypi/v/verchew.svg)](https://pypi.python.org/pypi/verchew) - ## Usage Every project should utilize logging, but for simple use cases, this requires a bit too much boilerplate. Instead of including all of this in your modules: