Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyelowo committed Oct 11, 2023
1 parent afd9e58 commit e45521c
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 @@ -44,7 +44,7 @@ twust = "0.1.0"
Simply prefix your TailwindCSS class strings with the `tw!` macro:

```rust
use tw_macro::tw;
use twust::tw;

let classes = tw!("bg-blue-500 hover:bg-blue-700");
// You can override/extend color/background color in tailwind.config.json
Expand Down

0 comments on commit e45521c

Please sign in to comment.