From 9ec78eeef08cd853f5f04ab500b0850a90579d04 Mon Sep 17 00:00:00 2001 From: drunsinn Date: Fri, 14 May 2021 18:26:54 +0200 Subject: [PATCH] fix badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c6317a..3e4ce10 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![PyPI pyversions](https://img.shields.io/pypi/pyversions/ansicolortags.svg)](https://pypi.python.org/pypi/pyLSV2/) -[![PyPI version fury.io](https://badge.fury.io/py/ansicolortags.svg)](https://pypi.python.org/pypi/pyLSV2/) +[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pyLSV2.svg)](https://pypi.python.org/pypi/pyLSV2/) +[![PyPI version fury.io](https://badge.fury.io/py/pyLSV2.svg)](https://pypi.python.org/pypi/pyLSV2/) # pyLSV2 This library is an attempt to implement the LSV2 communication protocol used by certain CNC controls. It's goal is to transfer file between the application and the control as well as collect information about the control files.