Skip to content

Commit 6e14058

Browse files
authored
Merge pull request #72 from atouchet/badge
Fix crates.io badge
2 parents d2388e4 + 2a55eaa commit 6e14058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Counting bytes really fast
44

55
[![Build Status](https://travis-ci.org/llogiq/bytecount.svg?branch=master)](https://travis-ci.org/llogiq/bytecount)
66
[![Windows build status](https://ci.appveyor.com/api/projects/status/github/llogiq/bytecount?svg=true)](https://ci.appveyor.com/project/llogiq/bytecount)
7-
[![Current Version](http://meritbadge.herokuapp.com/bytecount)](https://crates.io/crates/bytecount)
7+
[![Current Version](https://img.shields.io/crates/v/bytecount.svg)](https://crates.io/crates/bytecount)
88
[![License: Apache 2.0/MIT](https://img.shields.io/crates/l/bytecount.svg)](#license)
99

1010
This uses the "hyperscreamingcount" algorithm by Joshua Landau to count bytes faster than anything else.

0 commit comments

Comments
 (0)