diff --git a/README.rst b/README.rst index e7d3c34..470d043 100644 --- a/README.rst +++ b/README.rst @@ -120,8 +120,9 @@ XPath is also supported: .. code-block:: pycon - >>> r.html.xpath('a') - [] + >>> r.html.xpath('/html/body/div[1]/a') + [] + JavaScript Support ==================