diff --git a/docs/en/src/xplr.util.md b/docs/en/src/xplr.util.md index 0e92116..7a856f7 100644 --- a/docs/en/src/xplr.util.md +++ b/docs/en/src/xplr.util.md @@ -80,7 +80,7 @@ Type: function( program:string, args:{ arg:string... }|nil ) Example: ```lua -xplr.util.shell_execute("pwd"}) +xplr.util.shell_execute("pwd") xplr.util.shell_execute("bash", {"-c", "xplr --help"}) -- { stdout = "xplr...", stderr = "", returncode = 0 } ```