diff --git a/README.rst b/README.rst index 0e86162..820c03a 100644 --- a/README.rst +++ b/README.rst @@ -11,9 +11,9 @@ simple and intuitive as possible. When using this library you automatically get: -- Full JavaScript support! -- CSS Selectors (a.k.a jQuery-style, thanks to PyQuery). -- XPath Selectors, for the faint at heart. +- **Full JavaScript support**! +- *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 persistence. diff --git a/docs/source/index.rst b/docs/source/index.rst index 0d6969e..feac635 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -21,7 +21,7 @@ simple and intuitive as possible. When using this library you automatically get: -- Full **JavaScript support**! +- **Full JavaScript support**! - *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). @@ -159,7 +159,8 @@ Let's grab some text that's rendered by JavaScript: '' Note, the first time you ever run the ``render()`` method, it will download -Chromium into your home directory (e.g. ``~/.pyppeteer/``). +Chromium into your home directory (e.g. ``~/.pyppeteer/``). This only happens +once. Using without Requests