aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c04d86..b8ac3d7 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ if args ~= nil and args[1] ~= nil then
lush.exec("gcc -o " .. args[1]:sub(1, -3) .. " " .. args[1])
end
else
- print("must pass a C file to compile")git
+ print("must pass a C file to compile")
end
```