Skip to content

Commit 8a7c047

Browse files
Updating README.md.
1 parent 6422cc2 commit 8a7c047

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
@@ -1,6 +1,6 @@
11
# Fast searching, replacing, and splitting of ByteStrings
22

3-
This is a string-searching library that provides [array](https://github.com/stefan-hoeck/idris2-array)-backed implementations of the [Boyer-Moore](https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string-search_algorithm) algorithm,
3+
This is a [ByteString](https://github.com/stefan-hoeck/idris2-bytestring)-searching library that provides [array](https://github.com/stefan-hoeck/idris2-array)-backed implementations of the [Boyer-Moore](https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string-search_algorithm) algorithm,
44
[Knuth-Morris-Pratt](https://en.wikipedia.org/wiki/Knuth%E2%80%93Morris%E2%80%93Pratt_algorithm) algorithm,
55
and a [deterministic-finite-automaton](https://en.wikipedia.org/wiki/Deterministic_finite_automaton) (DFA) based algorithm.
66

0 commit comments

Comments
 (0)