From 2f2f2c1fcfc1313fd24fbcb9a2b613af6e2d1d25 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Date: Thu, 14 Mar 2024 16:54:26 -0400 Subject: [PATCH] docs: update badges --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d8b675..bd6d8ec 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # OpenSTL A simple yet fast header-only library to read/write, serialize/deserialize STL (stereolithography) files and data for C++ and Python. -[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) -[![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](LICENSE) +[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/) +[![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg?style=flat-square)](LICENSE) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org) -[![pypi](https://badge.fury.io/py/openstl.svg)](https://badge.fury.io/py/openstl) -[![build](https://github.com/Innoptech/OpenSTL/actions/workflows/publish-to-test-pypi.yml/badge.svg)](https://github.com/Innoptech/OpenSTL/actions/workflows/publish-to-test-pypi.yml) +[![pypi](https://badge.fury.io/py/openstl.svg?style=flat-square)](https://badge.fury.io/py/openstl) +[![build](https://github.com/Innoptech/OpenSTL/actions/workflows/publish-to-test-pypi.yml/badge.svg?style=flat-square)](https://github.com/Innoptech/OpenSTL/actions/workflows/publish-to-test-pypi.yml) [![Python](https://img.shields.io/pypi/pyversions/openstl.svg)](https://pypi.org/project/openstl/) # Performances benchmark