diff --git a/examples/shell_output.lua b/examples/shell_output.lua index d60a31c..15f1f34 100644 --- a/examples/shell_output.lua +++ b/examples/shell_output.lua @@ -1,4 +1,4 @@ --Using the command -print("Compiled with LuaComp $[[/tmp/luacomp -v]]") +print("Compiled with LuaComp $[[luacomp -v]]") --Or using the shell vars print("Compiled with LuaComp $[{LUACOMP_VERSION}]") \ No newline at end of file