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