Skip to content

Commit 48c5351

Browse files
committed
Fix docs badge typo
1 parent 0bd7a18 commit 48c5351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Actions](https://github.com/marmeladema/sliceslice-rs/workflows/Check/badge.svg)](https://github.com/marmeladema/sliceslice-rs/actions)
44
[![Crate](https://img.shields.io/crates/v/sliceslice)](https://crates.io/crates/sliceslice)
5-
[![Docs](https://docs.rs/mio/badge.svg)](https://docs.rs/sliceslice)
5+
[![Docs](https://docs.rs/sliceslice/badge.svg)](https://docs.rs/sliceslice)
66
[![License](https://img.shields.io/crates/l/sliceslice)](LICENSE)
77

88
A fast implementation of single-pattern substring search using SIMD acceleration, based on the work [presented by Wojciech Muła](http://0x80.pl/articles/simd-strfind.html). For a fast multi-pattern substring search algorithm, see instead the [`aho-corasick` crate](https://github.com/BurntSushi/aho-corasick).

0 commit comments

Comments
 (0)