diff --git a/README.md b/README.md
index 0df6603..f753af2 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ To use this script on a Windows computer, simply right click the file and choose
User-defined variables
There are several user-defined variables you will need to edit using notepad or a program like Notepad++.
$mediaPath = the path to the media you want to convert. You can also use a UNC path here.
-NOTE: to use a mapped drive, you must run net use z: \\server\share /persistent:yes as the user you're going to run the script as (generally Administrator) prior to running the script.
+NOTE: to use a mapped drive, you must run net use z: \\server\share /persistent:yes
as the user you're going to run the script as (generally Administrator) prior to running the script.
$fileTypes = the extensions of the files you want to convert in the format ".ex1", ".ex2".
$log = path and filename you want the log file to save to. Defaults to your desktop.
$plexIP = the IP address and port of your Plex server (for the purpose of refreshing its library)