Skip to content

Commit b0a3a9a

Browse files
committed
Fix README license badge URL
Update the README license badge to use the generic 'mit' image URL instead of the crate-specific path (changes badge src from `ph-curves` to `mit`) so the MIT license displays correctly.
1 parent fae6410 commit b0a3a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Crates.io](https://img.shields.io/crates/v/ph-curves)](https://crates.io/crates/ph-curves)
44
[![docs.rs](https://img.shields.io/docsrs/ph-curves)](https://docs.rs/ph-curves)
55
[![CI](https://github.com/photon-circus/ph-curves/actions/workflows/ci.yml/badge.svg)](https://github.com/photon-circus/ph-curves/actions/workflows/ci.yml)
6-
[![License: MIT](https://img.shields.io/crates/l/ph-curves)](LICENSE.md)
6+
[![License: MIT](https://img.shields.io/crates/l/mit)](LICENSE.md)
77
[![MSRV](https://img.shields.io/badge/MSRV-1.92.0-blue)](rust-toolchain.toml)
88
[![no_std](https://img.shields.io/badge/no__std-yes-green)](src/lib.rs)
99

0 commit comments

Comments
 (0)