From 02007717a195878c56abd5f7b4909f3d10f0e1de Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 24 Mar 2024 21:12:12 +0000 Subject: :recycle: Update examples to use new lustre_dev_tools package. --- examples/04-custom-event-handlers/src/app.gleam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/04-custom-event-handlers/src') diff --git a/examples/04-custom-event-handlers/src/app.gleam b/examples/04-custom-event-handlers/src/app.gleam index aa9638c..c3f5d0b 100644 --- a/examples/04-custom-event-handlers/src/app.gleam +++ b/examples/04-custom-event-handlers/src/app.gleam @@ -8,9 +8,9 @@ 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 -// the `--use-lustre-ui` flag: +// the `--use-example-styles` flag: // -// $ gleam run -m lustre dev --use-lustre-ui +// $ gleam run -m lustre/dev start --use-example-styles // // In your own apps, make sure to add the `lustre/ui` dependency and include the // stylesheet somewhere. -- cgit v1.2.3