Skip to content

Commit d383aa9

Browse files
authored
Merge pull request #23 from secondlife/rider/slua_to_lua
Update SLua references to Lua in README.md
2 parents 974f538 + 09a260b commit d383aa9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Official documentation for building and scripting in Second Life at **[create.se
77
This site provides comprehensive documentation for Second Life creators, covering:
88

99
- **LSL (Linden Scripting Language)** - Complete language reference, guides, and examples
10-
- **SLua (Second Life Lua)** - Modern scripting with Luau, including migration guides from LSL
10+
- **Lua (Second Life Lua)** - Modern scripting with Luau, including migration guides from LSL
1111
- **Building & Construction** - Tutorials and reference materials for creating in Second Life
1212

1313
Built with [Astro](https://astro.build) and [Starlight](https://starlight.astro.build).
@@ -40,10 +40,10 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for:
4040
```
4141
src/
4242
├── content/docs/ # Documentation (Markdown/MDX)
43-
│ ├── script/ # LSL & SLua documentation
43+
│ ├── script/ # LSL & Lua documentation
4444
│ └── build/ # Building documentation
4545
├── components/ # Astro components
46-
├── definitions/ # LSL/SLua language definitions (YAML)
46+
├── definitions/ # LSL/Lua language definitions (YAML)
4747
└── assets/ # Images and media
4848
```
4949

0 commit comments

Comments
 (0)