From 861dcf354cc300a68f70466b554e2048d55c9f13 Mon Sep 17 00:00:00 2001 From: Marco Kuoni Date: Mon, 10 Nov 2025 02:23:40 +0100 Subject: [PATCH] docs: add `--split` to command for `lazy_routes` example (#4440) --- examples/lazy_routes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lazy_routes/README.md b/examples/lazy_routes/README.md index 834497bdc..7f4e5288a 100644 --- a/examples/lazy_routes/README.md +++ b/examples/lazy_routes/README.md @@ -5,4 +5,4 @@ test cases that typically happens at integration. ## Quick Start -Run `cargo leptos watch` to run this example. +Run `cargo leptos watch --split` to run this example.