diff --git a/README.md b/README.md
index e281029b..78ba6cb6 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,6 @@ After the window closes, three installers will be generated inside the `bld/Outp
 
 #### Notes
 
-> There is a small chance running `RUN BUILD.bat` immediately shows a resource error. If that happens, close the console window (which terminates all Inno Setup processes and leaves corrupted installer files in the output folder), and run it again.
+> There is a small chance running `RUN BUILD.bat` immediately shows a resource error. If that happens, close the console window (which terminates all Inno Setup processes and leaves corrupted installers in the output folder), and run it again.
 
 > Running `RUN BUILD.bat` uses about 784 MB of RAM due to very high compression. You can lower this to about 232 MB by opening `gen_full.iss` and `gen_port.iss`, and changing `Compression=lzma2/ultra` to `Compression=lzma2/max`.