aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:31:22 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:31:22 +0100
commit1750ef6bbdae423a46ee849d459723f3acf549f1 (patch)
tree955d2337be2600234dbe3169c87f9e05d4a21937
parentFix typo (diff)
downloadlibautomata-1750ef6bbdae423a46ee849d459723f3acf549f1.tar.gz
libautomata-1750ef6bbdae423a46ee849d459723f3acf549f1.tar.bz2
libautomata-1750ef6bbdae423a46ee849d459723f3acf549f1.tar.xz
fix readme
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--README11
1 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index 6b5eb05..91be09b 100644
--- a/README
+++ b/README
@@ -7,12 +7,11 @@ SYNOPSIS
Link with -lautomata.
DESCRIPTION
- libautomata provides functions for creating, string
- matching automata that can be feed in chunks, allowing
- online processing of massive data sets. The automata
- are resetable and clonable, allowing the user to search
- multiple data sets but only run the automata building
- phase once.
+ libautomata provides functions for creating string-matching
+ automata that can be fed in chunks, allowing online processing
+ of massive data sets. The automata are resettable and clonable,
+ allowing the user to search multiple data sets but only run
+ the automata building phase once.
SEE ALSO
None.