diff --git a/README.md b/README.md index ec29e3c..0f7a8e7 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Notes: - In Bash, redirect both standard output and standard error via: `some-command >logfile 2>&1`. Often, to ensure a command does not leave an open file handle to standard input, tying it to the terminal you are in, it is also good practice to add `