aboutsummaryrefslogtreecommitdiff
path: root/examples/01-hello-world/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/01-hello-world/src')
-rw-r--r--examples/01-hello-world/src/app.gleam4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/01-hello-world/src/app.gleam b/examples/01-hello-world/src/app.gleam
index 3e11f5b..37ea96c 100644
--- a/examples/01-hello-world/src/app.gleam
+++ b/examples/01-hello-world/src/app.gleam
@@ -4,9 +4,9 @@ import lustre/element
import lustre/element/html
// 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.