From 4850b09d4c97ea8183f2d07cb130af717f72aa94 Mon Sep 17 00:00:00 2001 From: brofrain Date: Tue, 6 Feb 2024 19:16:41 +0100 Subject: [PATCH] docs: update README about ssr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c5b478..9251c31 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Check out `examples` directory for a complete code. ### SSR support -It generally should just work. See the example `Cargo.toml` [configuration](https://github.com/brofrain/leptos-animated-for/blob/main/examples/ssr/Cargo.toml). +It generally should just work. See this [example](https://github.com/brofrain/leptos-animated-for/blob/main/examples/ssr). ## Known issues