Skip to content

Commit 2f9922a

Browse files
committed
docs: Update wording
1 parent 08e6104 commit 2f9922a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[<img alt="codecov.io" src="https://img.shields.io/codecov/c/gh/Stranger6667/css-inline?logo=codecov&style=flat-square&token=tOzvV4kDY0" height="20">](https://app.codecov.io/github/Stranger6667/css-inline)
77
[<img alt="gitter" src="https://img.shields.io/gitter/room/Stranger6667/css-inline?style=flat-square" height="20">](https://gitter.im/Stranger6667/css-inline)
88

9-
`css-inline` is a crate that inlines CSS into HTML documents, built using components from Mozilla's Servo project.
9+
`css-inline` inlines CSS into HTML documents, using components from Mozilla's Servo project.
1010

1111
This process is essential for sending HTML emails as you need to use "style" attributes instead of "style" tags.
1212

bindings/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[<img alt="codecov.io" src="https://img.shields.io/codecov/c/gh/Stranger6667/css-inline?logo=codecov&style=flat-square&token=tOzvV4kDY0" height="20">](https://app.codecov.io/github/Stranger6667/css-inline)
88
[<img alt="gitter" src="https://img.shields.io/gitter/room/Stranger6667/css-inline?style=flat-square" height="20">](https://gitter.im/Stranger6667/css-inline)
99

10-
`css-inline` is a library that inlines CSS into HTML documents, built using components from Mozilla's Servo project.
10+
`css-inline` inlines CSS into HTML documents, using components from Mozilla's Servo project.
1111

1212
This process is essential for sending HTML emails as you need to use "style" attributes instead of "style" tags.
1313

bindings/wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[<img alt="codecov.io" src="https://img.shields.io/codecov/c/gh/Stranger6667/css-inline?logo=codecov&style=flat-square&token=tOzvV4kDY0" height="20">](https://app.codecov.io/github/Stranger6667/css-inline)
66
[<img alt="gitter" src="https://img.shields.io/gitter/room/Stranger6667/css-inline?style=flat-square" height="20">](https://gitter.im/Stranger6667/css-inline)
77

8-
`css-inline` is a library that inlines CSS into HTML documents, built using components from Mozilla's Servo project.
8+
`css-inline` inlines CSS into HTML documents, using components from Mozilla's Servo project.
99

1010
This process is essential for sending HTML emails as you need to use "style" attributes instead of "style" tags.
1111

0 commit comments

Comments
 (0)