Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz authored Nov 25, 2023
1 parent 056ffb8 commit 9538ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This library provides a generic diffing engine for user-interfaces and other rea
This crate is inspired by Jetpack Compose, [xilem](https://github.com/linebender/xilem), and [dioxus](https://github.com/dioxuslabs/dioxus).

## Web
```
```rust
fn app() -> impl IntoComposable {
let mut count = use_state(|| 0);
(
Expand Down

0 comments on commit 9538ea0

Please sign in to comment.