diff --git a/README.md b/README.md index 14cb0c3..c0d146a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@
Quark +
_A simple and easy to use reactive UI library for Roblox._ @@ -30,7 +31,7 @@ Check out the [Docs](./docs/) for more info. It also serves as a tutorial for be Examples for stories are given in the [examples](./src/examples/) folder. For smaller examples and info, check Documentation above. -### New: +## New: ```lua local New = Quark.New @@ -57,7 +58,7 @@ New "Frame" { } ``` -### States: +## States: ```lua local State = Quark.State