From 5874e45323d5b478587ee849be1983e81f2f0ad8 Mon Sep 17 00:00:00 2001 From: kirbylife Date: Sun, 7 Mar 2021 20:41:24 -0600 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e0ac83..d0788f9 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 FTW). ### dependencies: - [Regex](https://crates.io/crates/regex)