Skip to content

Commit fa8fb65

Browse files
Update README.md
1 parent 9b06ae8 commit fa8fb65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add to `Cargo.toml`:
5050
[dependencies]
5151
charton = "0.5" # Standard (Single-threaded)
5252
charton = { version = "0.5", features = ["parallel"] } # Multi-threaded processing
53-
charton = { version = "0.5", features = ["resvg"] } # With PNG support
53+
charton = { version = "0.5", features = ["png"] } # With PNG support
5454
charton = { version = "0.5", features = ["bridge"] } # With Altair/Matplotlib interop
5555
```
5656

0 commit comments

Comments
 (0)