From 2a55eaa646d5999837aa05fa9c1311ab405ee2b4 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Thu, 9 Sep 2021 08:32:56 -0700 Subject: [PATCH] Fix crates.io badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9847c2a..230cd18 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Counting bytes really fast [![Build Status](https://travis-ci.org/llogiq/bytecount.svg?branch=master)](https://travis-ci.org/llogiq/bytecount) [![Windows build status](https://ci.appveyor.com/api/projects/status/github/llogiq/bytecount?svg=true)](https://ci.appveyor.com/project/llogiq/bytecount) -[![Current Version](http://meritbadge.herokuapp.com/bytecount)](https://crates.io/crates/bytecount) +[![Current Version](https://img.shields.io/crates/v/bytecount.svg)](https://crates.io/crates/bytecount) [![License: Apache 2.0/MIT](https://img.shields.io/crates/l/bytecount.svg)](#license) This uses the "hyperscreamingcount" algorithm by Joshua Landau to count bytes faster than anything else.