Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Nov 1, 2024
1 parent 41599f6 commit 486c817
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 @@ -5,7 +5,7 @@
This rust crate provides a simple and efficient way to generate HTML using Rust functions,
with an intuitive and composable API to create HTML elements.

```
```rust
use fun_html::{attributes::class, elements::h1};

let greeting = h1(
Expand Down

0 comments on commit 486c817

Please sign in to comment.