From 9099a6efb795a5fbd93d00d9dc68fc82b2b86298 Mon Sep 17 00:00:00 2001 From: "B.T. Franklin" Date: Sat, 26 Oct 2024 17:33:51 -0600 Subject: [PATCH] Another small tweak to status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2436f1..fbbdde8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pickled Pipeline -[![Build](https://github.com/btfranklin/pickled_pipeline/actions/workflows/python-package.yml/badge.svg)](https://github.com/btfranklin/pickled_pipeline/actions/workflows/python-package.yml) [![Supports Python versions 3.10+](https://img.shields.io/pypi/pyversions/pickled_pipeline.svg)](https://pypi.python.org/pypi/pickled_pipeline) +[![Build Status](https://github.com/btfranklin/pickled_pipeline/actions/workflows/python-package.yml/badge.svg)](https://github.com/btfranklin/pickled_pipeline/actions/workflows/python-package.yml) [![Supports Python versions 3.10+](https://img.shields.io/pypi/pyversions/pickled_pipeline.svg)](https://pypi.python.org/pypi/pickled_pipeline) A Python package for caching repeat runs of pipelines that have expensive operations along the way.