From 60fad1baf030c7d23f5043ae12f379e68a23ab41 Mon Sep 17 00:00:00 2001 From: clach04 Date: Sun, 26 Apr 2020 11:11:14 -0700 Subject: [PATCH] Mention Puppeteer/Chromium in readmen Using same style as used to reference PyQuery --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 386eb84..d07fb5c 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ simple and intuitive as possible. When using this library you automatically get: -- **Full JavaScript support**! +- **Full JavaScript support**! (Using Chromium, thanks to Puppeteer) - *CSS Selectors* (a.k.a jQuery-style, thanks to PyQuery). - *XPath Selectors*, for the faint of heart. - Mocked user-agent (like a real web browser).