Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syarul authored Oct 26, 2024
1 parent a56e407 commit fa02233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<a href="https://luarocks.org/modules/syarul/luax" rel="nofollow"><img alt="Luarocks Package" src="https://img.shields.io/badge/Luarocks-1.1.0-blue.svg" style="max-width:100%;"></a>
[![Lua CI](https://github.com/syarul/luax/actions/workflows/lua.yml/badge.svg)](https://github.com/syarul/luax/actions/workflows/lua.yml)
Expand Down Expand Up @@ -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.
- <!--> HTML comments, not supported yet.

0 comments on commit fa02233

Please sign in to comment.