readme: fix crates.io badge

Closes #90, Closes #93
This commit is contained in:
Alex Touchet
2021-09-15 14:25:14 -07:00
committed by Andrew Gallant
parent a6b369f483
commit 6b9e7f455b
+1 -1
View File
@@ -3,7 +3,7 @@ memchr
This library provides heavily optimized routines for string search primitives.
[![Build status](https://github.com/BurntSushi/memchr/workflows/ci/badge.svg)](https://github.com/BurntSushi/memchr/actions)
[![](https://meritbadge.herokuapp.com/memchr)](https://crates.io/crates/memchr)
[![Crates.io](https://img.shields.io/crates/v/memchr.svg)](https://crates.io/crates/memchr)
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).