From 4011147ab686dde2accb98ca84a0f08fd1d4ae5e Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:50:21 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0b8672..dda0f79 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ To run this module, you’ll need: #### Lua Scripts Place both Lua scripts in your server’s `lua_scripts/` folder: -```bash +``` lua_scripts/BlackjackServer.lua lua_scripts/BlackjackClient.lua - +``` ## Installation