From 0c11676073a2fde4a59c8792eab468f7427be625 Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Thu, 14 Nov 2024 21:28:48 +0900 Subject: [PATCH] docs: badge location change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d46414b..e4ec26d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # pip install reduce-binary (unofficial) ![build](https://github.com/deargen/py-reduce-binary/actions/workflows/build_and_release.yml/badge.svg) +[![Actions status](https://github.com/deargen/py-reduce-binary/workflows/Tests/badge.svg)](https://github.com/deargen/py-reduce-binary/actions) +[![codecov](https://codecov.io/github/deargen/py-reduce-binary/graph/badge.svg?token=S9MD6B44J6)](https://codecov.io/github/deargen/py-reduce-binary) [![image](https://img.shields.io/pypi/v/reduce-binary.svg)](https://pypi.python.org/pypi/reduce-binary) [![PyPI - Downloads](https://img.shields.io/pypi/dm/reduce-binary)](https://pypistats.org/packages/reduce-binary) [![image](https://img.shields.io/pypi/l/reduce-binary.svg)](https://pypi.python.org/pypi/reduce-binary) [![image](https://img.shields.io/pypi/pyversions/reduce-binary.svg)](https://pypi.python.org/pypi/reduce-binary) -[![Actions status](https://github.com/deargen/py-reduce-binary/workflows/Tests/badge.svg)](https://github.com/deargen/py-reduce-binary/actions) -[![codecov](https://codecov.io/github/deargen/py-reduce-binary/graph/badge.svg?token=S9MD6B44J6)](https://codecov.io/github/deargen/py-reduce-binary) Install and use [reduce](https://github.com/rlabduke/reduce) with ease in Python.