diff --git a/README.md b/README.md index 24eed06..57a13ba 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ * [Binaries](#binaries) + [Windows](#windows) + [Linux \ macOS](#Linux-\-macOS) - + [Rust \ Cargo](#Rust-\-Cargo) + * [Rust \ Cargo](#Rust-\-Cargo) * [Usage](#usage) + [Text Input to Text Output](#text-input-to-text-output) + [Text Input to File Output](#text-input-to-file-output) @@ -142,7 +142,7 @@ $ uwuifyy --version uwuifyy 0.2.0 ``` -### Rust \ Cargo +## Rust \ Cargo Alternatively, if using Rust's package manager, `Cargo`, all that is needed is @@ -162,14 +162,16 @@ USAGE: uwuifyy.exe [OPTIONS] <--text |--infile > OPTIONS: - -t, --text Text to uwu'ify + -t, --text The text to uwu'ify -i, --infile The file to uwu'ify -o, --outfile The file to output uwu'ified text + --ascii-only The uwu'ified text will only include ASCII faces + --unicode-only The uwu'ified text will only include UTF-8 faces + -r, --random The flag to enable randomized uwu'ified text -w, --words The modifier to determine how many words to be uwu'ified [default: 1] -f, --faces The modifier for uwu faces e.g hello -> hewwo [default: 0.05] -a, --actions The modifier for actions e.g *shuffles over* [default: 0.125] -s, --stutters The modifier for stutters e.g b-baka! [default: 0.225] - -r, --random Flag to enable/disable random uwu'ifying -h, --help Print help information -V, --version Print version information ```