aboutsummaryrefslogtreecommitdiff
path: root/examples/06-custom-effects/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/06-custom-effects/README.md')
-rw-r--r--examples/06-custom-effects/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/06-custom-effects/README.md b/examples/06-custom-effects/README.md
index 3e6abf8..f8ad49f 100644
--- a/examples/06-custom-effects/README.md
+++ b/examples/06-custom-effects/README.md
@@ -1,9 +1,5 @@
# 06 Custom Effects
-> **Note**: this guide is written for Lustre v4. The latest stable release of
-> Lustre is v3. To follow along with this guide, you need to _manually_ edit your
-> `gleam.toml` and change the required version of lustre to `"4.0.0-rc.2"`.
-
We haven't quite got round to documenting this example yet. If you know a little
bit about Lustre or Elm and want to help out, we'd love to have your help! Please
[open an issue](https://github.com/lustre-labs/lustre/issues/new) if you have any
@@ -14,7 +10,3 @@ ideas or reach out to @hayleigh.dev on the [Gleam discord](https://discord.gg/Fm
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.