diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ import lustre/event.{on_click} pub fn main() { let app = lustre.simple(init, update, view) - let assert Ok(_) = lustre.start("[data-lustre-app]", Nil) + let assert Ok(_) = lustre.start(app, "[data-lustre-app]", Nil) Nil } |