Skip to content

Commit c2e480c

Browse files
Update README_zh.md
1 parent fa8fb65 commit c2e480c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
[dependencies]
5151
charton = "0.5" # 标准版 (单线程)
5252
charton = { version = "0.5", features = ["parallel"] } # 多线程加速
53-
charton = { version = "0.5", features = ["resvg"] } # 支持导出 PNG
53+
charton = { version = "0.5", features = ["png"] } # 支持导出 PNG
5454
charton = { version = "0.5", features = ["bridge"] } # 支持 Altair/Matplotlib 互操作
5555
```
5656

0 commit comments

Comments
 (0)