diff options
Diffstat (limited to 'components/selectors/README.md')
-rw-r--r-- | components/selectors/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/components/selectors/README.md b/components/selectors/README.md index ed30873a31f..dac4a7ff91a 100644 --- a/components/selectors/README.md +++ b/components/selectors/README.md @@ -1,11 +1,13 @@ rust-selectors ============== -* [Documentation](https://docs.rs/selectors) +* []( + https://travis-ci.com/servo/rust-selectors) +* [Documentation](https://docs.rs/selectors/) * [crates.io](https://crates.io/crates/selectors) CSS Selectors library for Rust. -Includes parsing and serialization of selectors, +Includes parsing and serilization of selectors, as well as matching against a generic tree of elements. Pseudo-elements and most pseudo-classes are generic as well. |