From 0391f7d0b343f58d392163f62157e494fb161588 Mon Sep 17 00:00:00 2001 From: Sam Schlinkert Date: Wed, 3 Jul 2024 20:24:31 -0400 Subject: [PATCH] adds a new badge to top of README showing number of downloads from crates.io, now that it's approaching 2,000 --- readme.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.markdown b/readme.markdown index 9c55e1d..9d8ec9f 100644 --- a/readme.markdown +++ b/readme.markdown @@ -1,5 +1,6 @@ # Phraze [![Crates.io](https://img.shields.io/crates/v/phraze?link=https%3A%2F%2Fcrates.io%2Fcrates%2Fphraze)](https://crates.io/crates/phraze) +[![Crates.io number of downloads](https://img.shields.io/crates/d/phraze)](https://crates.io/crates/phraze) [![](https://deps.rs/repo/github/sts10/phraze/status.svg)](https://deps.rs/repo/github/sts10/phraze) [![Crates.io](https://img.shields.io/crates/l/phraze)](./LICENSE.txt)