diff --git a/README.md b/README.md
index 9d9de98..1a5ede1 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,12 @@
# uwuifyy
-
-
-
-
-
-
-
-
-> A robust, customizable, efficient and easy-to-use command line application to uwu'ify your text!
->
+[![build](https://github.com/sgoudham/uwuifyy/actions/workflows/build.yml/badge.svg)](https://github.com/sgoudham/uwuifyy/actions/workflows/build.yml)
+[![crate.io](https://img.shields.io/crates/v/uwuifyy)](https://crates.io/crates/uwuifyy)
+[![downloads](https://img.shields.io/crates/d/uwuifyy)](https://crates.io/crates/uwuifyy)
+[![license](https://img.shields.io/github/license/sgoudham/uwuifyy)](LICENSE)
+
+> A robust, customizable, efficient and easy-to-use command line application to uwu'ify your text!
+>
![](logo/UwUifyy-Transparent.png)
>
> Logo Credits: Jade Nelson
@@ -42,32 +39,43 @@ allows you to _uwu'ify_ text and files from within your own terminal in an _extr
## Features
- [x] Seeded by default to allow for reproducible results
+- [x] Excludes URL's & Emails
- [x] UwU'ify files available locally on disk
- [x] Completely customisable modifiers
-- [x] Excludes URL's & Emails
-### Modifiers
+## Installation
-- **words:** The modifier to determine how many words to be uwu'ified
-- **faces:** The modifier for uwu faces e.g hello -> hewwo
-- **actions:** The modifier for actions e.g *shuffles over*
-- **stutters:** The modifier for stutters e.g b-baka!
-- **random:** Flag to enable/disable random uwu'ifying
+**Binaries will be available soon™**
-## Installation
+If using Rust's package manager, `Cargo`, all that is needed is
-Through the use of Cargo:
```commandline
cargo install uwuifyy
```
-**Binaries will be available soon™**
+If you do not have `Cargo` available on your machine, you can download it as part of
+Rust [here](https://www.rust-lang.org/tools/install)
-## Quick Start
+## Usage
-### Text Input to Text Output
+```commandline
+USAGE:
+ uwuifyy.exe [OPTIONS] <--text |--infile >
+
+OPTIONS:
+ -t, --text Text to uwu'ify
+ -i, --infile The file to uwu'ify
+ -o, --outfile The file to output 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
+```
-Usage:
+### Text Input to Text Output
```commandline
C:\Your\Path\Here> uwuifyy --text "According to all known laws of aviation, there is no way a bee should be able to fly."
@@ -76,15 +84,11 @@ C:\Your\Path\Here> uwuifyy --text "According to all known laws of aviation, ther
### Text Input to File Output
-Usage:
-
```commandline
C:\Your\Path\Here> uwuifyy --text "According to all known laws of aviation, there is no way a bee should be able to fly." --outfile your/path/here/outfile.txt
[00:00:00] [############################################################] 104B/104B (0s) UwU'ifying Complete!
```
-Outfile:
-
```text
your/path/here/outfile.txt
-------------------------------------
@@ -93,32 +97,26 @@ Accowding to aww knyown waws of aviation, thewe xDD is nyo way :3 a bee shouwd b
### File Input to File Output
-Infile:
-
```text
your/path/here/infile.txt
-------------------------------------
According to all known laws of aviation, there is no way a bee should be able to fly.
```
-Usage:
-
```commandline
PS D:\Programming\Personal\uwuifyy> uwuifyy --infile your/path/here/infile.txt --outfile your/path/here/outfile.txt
[00:00:00] [############################################################] 85B/85B (0s) UwU'ifying Complete!
```
-Outfile:
-
```text
your/path/here/outfile.txt
-------------------------------------
Accowding to aww knyown waws of aviation, thewe xDD is nyo way :3 a bee shouwd be abwe to *screams* fwy.
```
-## Demos
+## Benchmarks
-- Examples carried out on a `Dell XPS 15`
+- Benchmarks/Tests carried out on a `Dell XPS 15`
- CPU: `11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz`
- SSD: `NVMe Micron 2300 1TB`