aboutsummaryrefslogtreecommitdiff
path: root/examples/04-custom-event-handlers/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/04-custom-event-handlers/README.md')
-rw-r--r--examples/04-custom-event-handlers/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/04-custom-event-handlers/README.md b/examples/04-custom-event-handlers/README.md
index a2a09c5..434725a 100644
--- a/examples/04-custom-event-handlers/README.md
+++ b/examples/04-custom-event-handlers/README.md
@@ -74,7 +74,3 @@ In this [example code](./src/app.gleam#L63), we define a custom input handler ca
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.