From d2bf53a4ade4bf283fdd1b40786fa913ae547b09 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 18 Feb 2024 11:08:06 +0000 Subject: :memo: Update references from 'lustre/try' to 'lustre dev'. --- examples/05-http-requests/src/app.gleam | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/05-http-requests') diff --git a/examples/05-http-requests/src/app.gleam b/examples/05-http-requests/src/app.gleam index 0abd9dc..cd9aa0b 100644 --- a/examples/05-http-requests/src/app.gleam +++ b/examples/05-http-requests/src/app.gleam @@ -12,13 +12,13 @@ import lustre/event // // https://hexdocs.pm/lustre_http/index.html import lustre_http.{type HttpError} -// 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 -- cgit v1.2.3