diff --git a/README.md b/README.md
index ffea6ef..441e004 100644
--- a/README.md
+++ b/README.md
@@ -20,27 +20,28 @@ A program for creating exploited media files for discord written in Go.
### Creating an Expanding Video file
-`discord-exploits -m expandingvideo -i .webm`
+`discord-exploits -m -i `
-The Program only supports .webm files
+the mode `e` stands for expanding video duration
-##### The video will be saved with a random file name in the directory in which you ran the command
-##### You can use [ffmpeg](https://ffmpeg.org) to convert a video to .webm
+the mode `n` stands for negative video duration
-### Creating a "Virus" Image
+the mode `0` or `z` stands for video with 0s duration
-`discord-exploits -m virusimage -i .png`
+the mode `v` stands for virus image
-The Program currently only supports PNG, other files will be implemented in the future
+The Program only supports `webm` files for video and `png` files for images
-##### The image will be saved with a random file name in the directory in which you ran the command
+##### The file will be saved with a random file name in the directory in which you ran the command
+##### You can use [ffmpeg](https://ffmpeg.org) to convert a video to .webm or to convert an image to png (better than online converters)
##### The image may get flagged by windows defender and will get removed. to restore the file, go to Settings > Update & Security > Windows Security > Virus & Threat protection and restore the file
## Installation
### Via releases
-go to [the releases page](https://github.com/Schmenn/discord-exploits/releases) and download `discord-exploits.exe`
+go to [the releases page](https://github.com/Schmenn/discord-exploits/releases) and download either the windows or linux version
+
###### availabe systems are:
`windows-64-bit
windows-32-bit`