diff options
Diffstat (limited to 'examples/04-custom-event-handlers/src/app.gleam')
-rw-r--r-- | examples/04-custom-event-handlers/src/app.gleam | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/04-custom-event-handlers/src/app.gleam b/examples/04-custom-event-handlers/src/app.gleam index 7bbb979..fe7c6c3 100644 --- a/examples/04-custom-event-handlers/src/app.gleam +++ b/examples/04-custom-event-handlers/src/app.gleam @@ -6,13 +6,13 @@ import lustre import lustre/attribute import lustre/element.{type Element} import lustre/event -// These examples are written with lustre_ui in mind. They'll work regardless, -// but to see what lustre_ui can do make sure to run each of these examples with +// These examples are written with `lustre/ui` in mind. They'll work regardless, +// but to see what `lustre/ui` can do make sure to run each of these examples with // the `--include-styles` flag: // -// $ gleam run -m lustre/try -- --include-styles +// $ gleam run -m lustre dev --include-styles // -// In your own apps, make sure to add the `lustre_ui` dependency and include the +// In your own apps, make sure to add the `lustre/ui` dependency and include the // stylesheet somewhere. import lustre/ui import lustre/ui/aside |