From affd920f3800c2fb2ac2d526bde380b24ca4b614 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 25 Feb 2018 09:53:33 -0500 Subject: [PATCH] better readme Signed-off-by: Kenneth Reitz --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 127749e..b0e59be 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,8 @@ simple and intuitive as possible. When using this library you automatically get: -- jQuery selectors (thanks to PyQuery). +- CSS Selectors (a.k.a jQuery-style, thanks to PyQuery). +- XPath Selectors, for the faint at heart. - Mocked user-agent (like a real web browser). - Automatic following of redirects. - Connection–pooling and cookie persistience.