From c07f900ba8346bb4d74e163d520fb15bb908672b Mon Sep 17 00:00:00 2001 From: Peng Zheng Date: Wed, 10 Apr 2024 06:26:47 +0800 Subject: [PATCH] switch the license badge to pypi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8132ee3..2b8f309 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![license](https://img.shields.io/github/license/ihmeuw-msca/xspline)](https://github.com/ihmeuw-msca/xspline/blob/main/LICENSE) +[![license](https://img.shields.io/pypi/l/xspline)](https://github.com/ihmeuw-msca/xspline/blob/main/LICENSE) [![version](https://img.shields.io/pypi/v/xspline)](https://pypi.org/project/xspline) [![build](https://img.shields.io/github/actions/workflow/status/ihmeuw-msca/xspline/python-build.yml?branch=main)](https://github.com/ihmeuw-msca/xspline/actions) [![docs](https://img.shields.io/badge/docs-here-green)](https://ihmeuw-msca.github.io/xspline)