diff --git a/README.md b/README.md index b0be6c6..59f5df0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Simple crate to convert XPath selectors to CSS selectors -based on [cssify](https://github.com/santiycr/cssify) but rewrited in Rust (RiiR f4w). +based on [cssify](https://github.com/santiycr/cssify) but rewrited in Rust (RiiR F4W). ### dependencies: - [Regex](https://crates.io/crates/regex) @@ -21,6 +21,6 @@ cssifier("//a/b[contains(text(), 'hello')]") ``` ### Known issues -[ ] invalid XPath selectors panic +[] invalid XPath selectors panic Contributors are welcome :).