aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Lance Borden 2024-11-27 10:33:21 -0500
committerGravatar GitHub 2024-11-27 10:33:21 -0500
commit5638f1ba66c9bcdc9f94dab8acbf30a58d1ffa10 (patch)
tree23d3b6fbe568880963c0a550e47a9489c7f7f297 /README.md
parentremoved history test out of convenience (diff)
Update README.md
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
```