From 4aeb451d32d7ad94a5a4111543584a1430cd4571 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sat, 16 Mar 2024 23:41:38 +0000 Subject: :recycle: Rename '--include-styles' flag to '--use-lustre-ui' for clarity. --- examples/02-interactivity/src/app.gleam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/02-interactivity/src') diff --git a/examples/02-interactivity/src/app.gleam b/examples/02-interactivity/src/app.gleam index efbed9f..72d3a58 100644 --- a/examples/02-interactivity/src/app.gleam +++ b/examples/02-interactivity/src/app.gleam @@ -6,9 +6,9 @@ import lustre/element/html 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 `--include-styles` flag: +// the `--use-lustre-ui` flag: // -// $ gleam run -m lustre dev --include-styles +// $ gleam run -m lustre dev --use-lustre-ui // // In your own apps, make sure to add the `lustre/ui` dependency and include the // stylesheet somewhere. -- cgit v1.2.3