From a6a1c82bc667e7f1576a12652bf65769ea0db2aa Mon Sep 17 00:00:00 2001 From: nihil Date: Sun, 13 Jul 2025 20:11:25 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf6ab89..dfb8db1 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,8 @@ $ text-correction correct-file -i input.txt -l wordlist.txt -o output.txt For individual words: ``` $ text-correction correct-word -i exampleword -``` \ No newline at end of file +``` + +Written in Rust, using the `regex`, `fuzzt`, and `clap` crates. + +Licensed under GPLv3-or-later. \ No newline at end of file