Skip to content

Commit 22907c4

Browse files
committed
docs: Update readme files
1 parent 700d8f7 commit 22907c4

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

bindings/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Features:
1313
- Removing `style` tags after inlining;
1414
- Resolving external stylesheets (including local files);
1515
- Control if `style` tags should be processed;
16-
- Additional CSS to inline;
16+
- Out-of-document CSS to inline;
1717
- Inlining multiple documents in parallel (via Rust-level threads)
1818

1919
The project supports CSS Syntax Level 3.

bindings/wasm/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ Blazing-fast WASM package for inlining CSS into HTML documents.
88
Features:
99

1010
- Removing ``style`` tags after inlining;
11-
- Resolving external stylesheets (including local files);
1211
- Control if ``style`` tags should be processed;
13-
- Additional CSS to inline;
14-
- Inlining multiple documents in parallel (via Rust-level threads)
12+
- Out-of-document CSS to inline;
1513

1614
The project supports CSS Syntax Level 3 implemented with Mozilla's Servo project components.
1715

0 commit comments

Comments
 (0)