diff --git a/docs/guide/installation.asciidoc b/docs/guide/installation.asciidoc index c30ce49d6..f96265d1d 100644 --- a/docs/guide/installation.asciidoc +++ b/docs/guide/installation.asciidoc @@ -22,4 +22,4 @@ $ python -m pip install elasticsearch[async] -------------------------------------------- Read more about -https://elasticsearch-py.readthedocs.io/en/master/async.html[how to use Asyncio with this project]. +https://elasticsearch-py.readthedocs.io/en/master/async.html[how to use asyncio with this project]. diff --git a/docs/sphinx/async.rst b/docs/sphinx/async.rst index cb2d72381..22a49b312 100644 --- a/docs/sphinx/async.rst +++ b/docs/sphinx/async.rst @@ -1,11 +1,11 @@ -Using Asyncio with Elasticsearch +Using asyncio with Elasticsearch ================================ .. py:module:: elasticsearch :no-index: The ``elasticsearch`` package supports async/await with -`Asyncio `_ and `Aiohttp `_. +`asyncio `_ and `aiohttp `_. You can either install ``aiohttp`` directly or use the ``[async]`` extra: .. code-block:: bash