diff --git a/README.md b/README.md index 70b71d8..6baee93 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ I'm learning Rust, so this is just a rewrite of an simple old project in Rust. [Link to old project.](https://github.com/SinTan1729/Unscrambler) +## Usage + +Simply download the `unscrambler` binary from the latest release and run it. The interface is self-explanatory. + ### Note The main `src/wordlist` was pulled from [words_alpha.txt by dwyl](https://github.com/dwyl/english-words/).