From 0211689025c4752f80755d600757c0569ea1a4ac Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 26 Dec 2019 19:01:09 -0600 Subject: [PATCH] remove extra space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ec9053..8712aae 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ directory with `cd remote_media_killer`, then switch to the latest version with You may execute the script directly using *bash* with `bash rmk.sh`. You may also **mark the script as executable** with `chmod +x rmk.sh` and -execute using this shorthand `./ rmk.sh`. +execute using this shorthand `./rmk.sh`. #### Making executable from anywhere If you don't want to have to navigate to the directory containing the script