Skip to content

Commit

Permalink
Fix code block in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Dec 12, 2016
1 parent b4dabe4 commit 1b86d69
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ It was inspired by `fabric-aws`_
Installation
------------

```
pip install fabric-digitalocean
```
.. code-block::
pip install fabric-digitalocean
Usage
-----
Expand Down Expand Up @@ -71,6 +72,7 @@ Testing
To run the test suite, use:

.. code-block::
nosetests -v --with-coverage --cover-package=fabric_digitalocean
Expand Down

0 comments on commit 1b86d69

Please sign in to comment.