diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4c6b18a709..c7e907e173 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -73,12 +73,12 @@ First time setup $ git clone https://github.com/{username}/flask $ cd flask -- Add the main repository as a remote to update later:: +- Add the main repository as a remote to update later. .. code-block:: text - git remote add pallets https://github.com/pallets/flask - git fetch pallets + $ git remote add pallets https://github.com/pallets/flask + $ git fetch pallets - Create a virtualenv.