Skip to content

Commit

Permalink
Fix link, add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Nov 7, 2019
1 parent af8d6ee commit c4b2493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Using Web3
----------

To use the web3 library you will need to initialize the
:class:`~web3.Web3` class and connecting to an Ethereum node.
:class:`~web3.Web3` class and connect to an Ethereum node.
The quickest way to do so for free is by setting up an account on
`Infura https://infura.io/>`. On Infura, create a project and copy
`Infura <https://infura.io/>`_. On Infura, create a project and copy
the Project ID. Then set the environment variable ``WEB3_INFURA_PROJECT_ID``.

.. code-block:: shell
Expand Down
1 change: 1 addition & 0 deletions newsfragments/1482.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update Quickstart instructions to use the auto Infura module instead of the more complicated web3 auto module

0 comments on commit c4b2493

Please sign in to comment.