From 6eebe748b1f5795ab467c65a4ae17364055484c8 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Tue, 26 Mar 2024 00:10:01 +0000 Subject: :memo: Remove references to old '--use-lustre-ui' flag. --- examples/06-custom-effects/src/app.gleam | 4 ++-- examples/99-server-components/src/counter.gleam | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'examples') diff --git a/examples/06-custom-effects/src/app.gleam b/examples/06-custom-effects/src/app.gleam index 7ee0096..5399903 100644 --- a/examples/06-custom-effects/src/app.gleam +++ b/examples/06-custom-effects/src/app.gleam @@ -6,9 +6,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. diff --git a/examples/99-server-components/src/counter.gleam b/examples/99-server-components/src/counter.gleam index c1a4469..ff3d6ed 100644 --- a/examples/99-server-components/src/counter.gleam +++ b/examples/99-server-components/src/counter.gleam @@ -4,14 +4,6 @@ import lustre/attribute import lustre/element.{type Element} 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 `--use-lustre-ui` flag: -// -// $ 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. import lustre/ui // MAIN ------------------------------------------------------------------------ -- cgit v1.2.3