From fa02233f435736207015d7c7f43e402373366a32 Mon Sep 17 00:00:00 2001 From: Shahrul Nizam Selamat Date: Sat, 26 Oct 2024 11:36:06 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e2045a..e02ba66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## LuaX -LuaX is Lua + XML Syntax extension with built-in decent parse. In retrospect it's akin to React JSX. +LuaX is Lua + HTML Syntax extension with built-in decent parse. In retrospect it's akin to React JSX. Luarocks Package [![Lua CI](https://github.com/syarul/luax/actions/workflows/lua.yml/badge.svg)](https://github.com/syarul/luax/actions/workflows/lua.yml) @@ -109,4 +109,4 @@ end - when using `table.concat` you need to convert to string so encapsulate with `h` pragma, - defining in bracket try to limit by using `'` instead of `"` i.e., `{foo and 'foo' or nil}`, - leave attributes assignment with no spacing `{ foo="foo" }` instead of `{ foo = "foo" }`, -- HTML comments, not supported yet. \ No newline at end of file +- HTML comments, not supported yet.