From e2756d25f60a8be1eee0889a2c1039bbc8be3116 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:51:20 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dda0f79..aa3f843 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Copy the provided SQL file to your server's database. This file includes the nec 1. **Place the Lua Scripts:** - Copy the `BlackjackServer.lua` script into your server's `scripts` directory (typically found in `lua_scripts` or a similar directory). - - Copy the `BlackjackClient.lua` script into your client's `Interface/AddOns/` directory or where your client-side scripts are stored. + - Copy the `BlackjackClient.lua` script into your rver's `scripts` directory (typically found in `lua_scripts` or a similar directory). - *NOTE: I Personally have both of my scripts in my `lua_scripts` folder.*