aboutsummaryrefslogtreecommitdiff
path: root/examples/03-controlled-inputs/README.md
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-02-23 00:48:15 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-02-23 00:48:15 +0000
commitbc7e66cd198c8db9eb0607b51f0f5bbb3674b4de (patch)
tree38f0eedabbd77822ea5858965859657e9880fdfb /examples/03-controlled-inputs/README.md
parentd7d96596c12a1ee126d470ee49f57b1e147f3bd8 (diff)
downloadlustre-bc7e66cd198c8db9eb0607b51f0f5bbb3674b4de.tar.gz
lustre-bc7e66cd198c8db9eb0607b51f0f5bbb3674b4de.zip
:memo: Expand examples documentation.
Diffstat (limited to 'examples/03-controlled-inputs/README.md')
-rw-r--r--examples/03-controlled-inputs/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/03-controlled-inputs/README.md b/examples/03-controlled-inputs/README.md
index dff4a76..46c0d74 100644
--- a/examples/03-controlled-inputs/README.md
+++ b/examples/03-controlled-inputs/README.md
@@ -47,3 +47,13 @@ case msg {
...
```
+
+## Getting help
+
+If you're having trouble with Lustre or not sure what the right way to do
+something is, the best place to get help is the [Gleam Discord server](https://discord.gg/Fm8Pwmy).
+You could also open an issue on the [Lustre GitHub repository](https://github.com/lustre-labs/lustre/issues).
+
+While our docs are still a work in progress, the official [Elm guide](https://guide.elm-lang.org)
+is also a great resource for learning about the Model-View-Update architecture
+and the kinds of patterns that Lustre is built around.