aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 012408c..5bc4865 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Usage: `goupx [filename]`
Fixes the `PT_LOAD` offset of [filename] and then runs `upx`.
-This is only necessary for ELF executable (not Mach-O executables, for example).
+This is only necessary for ELF executables (not Mach-O executables, for example).
Based on [code found on the upx bugtracker](http://sourceforge.net/tracker/?func=detail&atid=102331&aid=3408066&group_id=2331).