Correct typos in README.md

This commit is contained in:
Sovereignty 2025-06-03 20:19:58 +02:00 committed by GitHub
parent c58a24c9ff
commit 762025df39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -198,12 +198,13 @@ The different between `Element` and `Value` is that `Element`s have reactive par
```lua ```lua
local Chemical = require(path.to.Chemical) local Chemical = require(path.to.Chemical)
local router = Chemical.Router()
local settingsPageElement = Chemical.Element() local settingsPageElement = Chemical.Element()
-- In UI Creation: -- In UI Creation:
-- Visible = settingsPageElement, -- Visible = settingsPageElement,
routher:paths({ router:paths({
{Path = "/settings", Element = settingsPageElement} {Path = "/settings", Element = settingsPageElement}
}) })