From ed77e8c70e496ce6dfbb0dd8a51b636e0a832a67 Mon Sep 17 00:00:00 2001 From: clach04 Date: Sun, 26 Feb 2023 09:13:06 -0800 Subject: [PATCH] Update README.rst Correct to pyppeteer --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d07fb5c..e4cfd65 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**! (Using Chromium, thanks to Puppeteer) +- **Full JavaScript support**! (Using Chromium, thanks to pyppeteer) - *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).