diff --git a/README.md b/README.md index 9c7a00cf809de3169b2f7f751c8f120c78c1709e..b2a8034a4e870aa8ac57c812cca3b2fd9e7b5dc1 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ ShellCheck recognizes a menagerie of other issues: #!/bin/bash -x -e # Common shebang errors echo $((n/180*100)) # Unnecessary loss of precision ls *[:digit:].txt # Bad character class globs - sed 's/foo/bar/ file > file # Redirecting to input + sed 's/foo/bar/' file > file # Redirecting to input ## Testimonials