From 24d05c8503f139d22ccffde94eecabede6cb27d9 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 2 Dec 2020 15:50:39 -0800 Subject: [PATCH] Update index.md Add casing and pronunciation guide --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index c4ac0056..fa43c0a5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Luau -Luau is a fast, small, safe, gradually typed embeddable scripting language derived from Lua. It is used by Roblox game developers to write game code, as well as by Roblox engineers to implement large parts of the user-facing application code as well as portions of the editor (Roblox Studio) as plugins. +Luau (lowercase u, /ˈlu.aʊ/) is a fast, small, safe, gradually typed embeddable scripting language derived from Lua. It is used by Roblox game developers to write game code, as well as by Roblox engineers to implement large parts of the user-facing application code as well as portions of the editor (Roblox Studio) as plugins. ```lua type Point = { x: number, y: number }