Skip to content

Commit 47bbb11

Browse files
committed
updated version table
1 parent 5d371c9 commit 47bbb11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ fn Demo() -> impl IntoView {
6565
| 0.14.0-beta | 0.7 |
6666
| 0.15 | 0.8 |
6767

68-
6968
## Server-Side Rendering
7069

7170
To use this with Leptos' server-side rendering, you can have to add `leptos-use` as a dependency to your `Cargo.toml` and

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
//! | 0.3 | 0.4 |
5454
//! | 0.4, 0.5, 0.6 | 0.5 |
5555
//! | 0.7 – 0.12 | 0.6 |
56-
//! | 0.14.0-beta2 | 0.7 |
56+
//! | 0.14.0-beta | 0.7 |
57+
//! | 0.15 | 0.8 |
5758
//!
5859
//! # Server-Side Rendering
5960
//!

0 commit comments

Comments
 (0)