diff --git a/README.md b/README.md
index 1311304..2327b0e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+
# ascii-image-converter
ascii-image-converter is a command-line tool that converts images into ascii art and prints them out onto the console. It is cross-platform so both Windows and Linux distributions are supported
@@ -9,7 +10,19 @@ Image formats currently supported:
* BMP
* TIFF/TIF
-
+## Table of Conents
+- [Example](#example)
+- [Installation](#installation)
+ * [Snap](#snap)
+ * [Go](#go)
+ * [Linux (binaries)](#linux)
+ * [Windows (binaries)](#windows)
+- [Usage](#usage)
+ * [Flags](#flags)
+- [Contributing](#contributing)
+- [Packages used](#packages-used)
+- [License](#license)
+
### Example ([Source](https://medium.com/@sean.glancy/practical-applications-of-binary-trees-3097cf663062)):

@@ -17,7 +30,7 @@ Image formats currently supported:
### ASCII Art:

-
+
## Installation
@@ -30,14 +43,14 @@ You can download through snap. However, the snap will not have access to hidden
sudo snap install ascii-image-converter --stable
```
Visit [the app's snap store listing](https://snapcraft.io/ascii-image-converter) for instructions regarding enabling snapd on your distribution.
+