From 406f79c147a8b0a00a9600edbcbc365fab7e573e Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Fri, 15 Mar 2024 00:01:03 -0400 Subject: [PATCH] updated slot machine --- docs/examples/aio.slotmachine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/aio.slotmachine.md b/docs/examples/aio.slotmachine.md index 529a34d..ea1a362 100644 --- a/docs/examples/aio.slotmachine.md +++ b/docs/examples/aio.slotmachine.md @@ -1,4 +1,4 @@ -## Slot Machine Example +### Slot Machine Example This example demonstrates how to use AIO alongside the WoW API to build AIO UI elements into the client without requiring user patching or installing plugins. **Server-side Script (aio.server.ts):**