From 09a260b11d034da37d7a1d15798bc9a9167c9f71 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Thu, 19 Mar 2026 15:20:52 -0700 Subject: [PATCH] Update SLua references to Lua in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2341988..72b623c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Official documentation for building and scripting in Second Life at **[create.se This site provides comprehensive documentation for Second Life creators, covering: - **LSL (Linden Scripting Language)** - Complete language reference, guides, and examples -- **SLua (Second Life Lua)** - Modern scripting with Luau, including migration guides from LSL +- **Lua (Second Life Lua)** - Modern scripting with Luau, including migration guides from LSL - **Building & Construction** - Tutorials and reference materials for creating in Second Life Built with [Astro](https://astro.build) and [Starlight](https://starlight.astro.build). @@ -40,10 +40,10 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for: ``` src/ ├── content/docs/ # Documentation (Markdown/MDX) -│ ├── script/ # LSL & SLua documentation +│ ├── script/ # LSL & Lua documentation │ └── build/ # Building documentation ├── components/ # Astro components -├── definitions/ # LSL/SLua language definitions (YAML) +├── definitions/ # LSL/Lua language definitions (YAML) └── assets/ # Images and media ```