diff --git a/README.md b/README.md
index f753af2..ee46deb 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Powershell script that recursively searches through a defined file path and converts MKV, AVI, FLV, and MPEG files to MP4 using ffmpeg (with AAC audio). It then refreshes a Plex library, and deletes the source file upon success. Fails over to Handbrake encode if conversion failure is detected. The purpose of this script is to reduce the number of transcodes performed by a Plex server.
Dependencies
This script requires ffmpeg and Handbrake to be installed on your computer. You can download them from here:
-ffmpeg
+ffmpeg
Handbrake
Usage
To use this script on a Windows computer, simply right click the file and choose "Run with Powershell".