Link to demo repo

This commit is contained in:
Elmārs Āboliņš 2020-10-26 20:23:13 +02:00
parent 8b6713850c
commit f8fd3edfd3

View File

@ -7,7 +7,7 @@ The idea is to build custom and build simple.
## Getting started:
Load helium with `local helium = require 'helium'`
or check out the pre-configured demo repository:
or [check out the pre-configured demo repository](https://github.com/qeffects/helium-demo/))
The structure of an element's function is:
@ -80,6 +80,6 @@ local elementCreator = helium(function(param, view)
end)
```
View the resulting hello world repository here: ~~link
[View the resulting hello world repository here](https://github.com/qeffects/helium-demo/)
Or continue on to the advanced guide: ~~link