Skip to content

Commit 282cbda

Browse files
committed
docs: Update README
1 parent 25fcc16 commit 282cbda

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ into:
4040
- Resolves external stylesheets (including local files)
4141
- Works on Linux, Windows, and macOS
4242
- Supports HTML5 & CSS3
43+
- Bindings for [Python](https://github.com/Stranger6667/css-inline/tree/master/bindings/python), [Ruby](https://github.com/Stranger6667/css-inline/tree/master/bindings/ruby), [WebAssembly](https://github.com/Stranger6667/css-inline/tree/master/bindings/wasm) and [C](https://github.com/Stranger6667/css-inline/tree/master/bindings/c)
4344

4445
## Installation
4546

@@ -149,15 +150,6 @@ Benchmarks for `css-inline==0.11.2`:
149150

150151
These benchmarks, conducted using `rustc 1.74.1`, can be found in `css-inline/benches/inliner.rs`.
151152

152-
## Bindings
153-
154-
`css-inline` is primarily a Rust library, but we also provide bindings for several other languages:
155-
156-
- [C](https://github.com/Stranger6667/css-inline/tree/master/bindings/c)
157-
- [Python](https://github.com/Stranger6667/css-inline/tree/master/bindings/python)
158-
- [Ruby](https://github.com/Stranger6667/css-inline/tree/master/bindings/ruby)
159-
- [WebAssembly](https://github.com/Stranger6667/css-inline/tree/master/bindings/wasm)
160-
161153
## Command Line Interface
162154

163155
### Installation

0 commit comments

Comments
 (0)