From df778132ff8bb5dc93371e741a22cd6c544a8b0f Mon Sep 17 00:00:00 2001 From: Timmy Date: Mon, 6 Feb 2023 14:42:41 +0100 Subject: [PATCH] style (README): update commands list --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e443569..827f080 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,7 @@ LuaRun is a simple package that allows you to execute a Lua string from your con If you don't want the client to be able to use LuaRun rename the `luarun/Shared/` folder : `luarun/Server/` ## 🖥️ Console commands -- `luarun your_lua_string_goes_here` - -exemple: -```lua -luarun print( "Hello World!" ) --- output: Hello World! -``` +- `lua_run ` +- `lua_openscript ` https://user-images.githubusercontent.com/51171246/170457069-aa770fd7-e3f6-4d4a-a9ba-b4cc10c01304.mp4