Skip to content

Commit 3a5b6c7

Browse files
committed
docs: Update usage example in README
1 parent f35d78e commit 3a5b6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cssinline = "0.1"
5050
## Example:
5151

5252
```rust
53-
use cssinline
53+
use css_inline;
5454

5555
const HTML: &str = r#"<html>
5656
<head>

0 commit comments

Comments
 (0)