diff --git a/README.md b/README.md
index 12e3339..46ac7be 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,22 @@
+
+
+# 📺 television
+**A blazingly fast general purpose fuzzy finder for your terminal written in Rust.**
+

[](https://crates.io/crates/television)



-
-# 📺 television
|  |
|:--:|
| *The revolution will (not) be televised.* |
+
+
## About
-`Television` is a very fast general purpose fuzzy finder TUI written in Rust.
+`Television` is a blazingly fast general purpose fuzzy finder TUI written in Rust.
It is inspired by the neovim [telescope](https://github.com/nvim-telescope/telescope.nvim) plugin and is designed to be fast, efficient, simple to use and easily extensible. It is built on top of [tokio](https://github.com/tokio-rs/tokio), [ratatui](https://github.com/ratatui/ratatui) and the *nucleo* matcher used by the [helix](https://github.com/helix-editor/helix) editor.
@@ -26,6 +31,9 @@ cargo install television
tv [channel] #[default: files] [possible values: env, files, git-repos, text, alias]
```
By default, `television` will launch with the `files` channel on.
+|
|
+|:--:|
+| `tv`'s `files` channel running on the *curl* codebase |
## Built-in Channels
The following channels are currently available:
@@ -106,6 +114,9 @@ is a simple TOML file that allows you to customize the behavior of `television`
Any of these paths may be overriden by setting the `TELEVISION_CONFIG` environment variable to the path of your desired configuration folder.
#### Default Configuration
+
+Television's default `config.toml`
+
```toml
# Ui settings
# ----------------------------------------------------------------------------
@@ -192,3 +203,4 @@ enter = "SelectEntry"
# Toggle the send to channel mode
ctrl-s = "ToggleSendToChannel"
```
+