Update README.md

This commit is contained in:
2025-07-13 20:11:25 +02:00
parent c1aedd0b04
commit a6a1c82bc6

View File

@@ -12,4 +12,8 @@ $ text-correction correct-file -i input.txt -l wordlist.txt -o output.txt
For individual words: For individual words:
``` ```
$ text-correction correct-word -i exampleword $ text-correction correct-word -i exampleword
``` ```
Written in Rust, using the `regex`, `fuzzt`, and `clap` crates.
Licensed under GPLv3-or-later.