From de53764169f825e00c9056d65a9b46b468f45d9b Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Sat, 9 Sep 2023 10:26:02 +0100 Subject: [PATCH] crates.io badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ec9865..3904a31 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # inflect-rs -![ci](https://github.com/Llywelwyn/inflect_rs/actions/workflows/cargo-build-test.yml/badge.svg) +[![ci](https://github.com/Llywelwyn/inflect_rs/actions/workflows/cargo-build-test.yml/badge.svg)](https://github.com/Llywelwyn/inflect_rs/actions) +[![crates.io](https://img.shields.io/crates/v/inflect-rs.svg)](https://crates.io/crates/inflect-rs) inflect-rs is a Rust port of the Python inflect library, used to generate plurals, ordinals, indefinite articles, and to convert numbers to words.