diff --git a/bash.md b/bash.md
index 2b6e6bc765eea393f0ebb47889a0cf5ed52d992d..3388523500c71d40c669cfa60567b15f30ceb392 100644
--- a/bash.md
+++ b/bash.md
@@ -492,6 +492,9 @@ The hard way is to call the appropriate interpreter explicitly:
     bash my_shell_script.sh
     python my_python_script.py
 
+**Note for Windows users:** In PowerShell, this way will work correctly
+for you. The following "easy way" will not!
+
 The easy way is to use a convention called *shebang* (short for
 "hash-bang"). The shell will look at the first line of an executable
 ASCII file. If that line begins with a shebang, the arguments to
diff --git a/bash.pdf b/bash.pdf
index a0168b86eb329e5ebf22c51bd1c915b1c32162ef..6670b62e7b7b5ed2ff0bd49fa7d5c8dab197454b 100644
Binary files a/bash.pdf and b/bash.pdf differ