Skip to content

Commit 3642a4b

Browse files
committed
docs: updated tiny example in readme
1 parent 7e7b2c4 commit 3642a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Here's a taste of Perseus (see [the _tiny_ example](https://github.com/arctic-he
2626
use perseus::{Html, PerseusApp, Template};
2727
use sycamore::view;
2828
29-
#[perseus::main]
29+
#[perseus::main(perseus_warp::dflt_server)]
3030
pub fn main<G: Html>() -> PerseusApp<G> {
3131
PerseusApp::new().template(|| {
3232
Template::new("index").template(|cx, _| {

0 commit comments

Comments
 (0)