From a5750ce6ae876ae0cb7ca4c59b573bac74fe1d8e Mon Sep 17 00:00:00 2001 From: kirbylife Date: Sun, 7 Mar 2021 19:49:02 -0600 Subject: [PATCH] add readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 :).