From 1b86d69f14123397f94e82338c3128e5b39db0b5 Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Sun, 11 Dec 2016 22:48:08 -0500 Subject: [PATCH] Fix code block in README. --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5880798..8f4beb1 100644 --- a/README.rst +++ b/README.rst @@ -13,9 +13,10 @@ It was inspired by `fabric-aws`_ Installation ------------ -``` -pip install fabric-digitalocean -``` +.. code-block:: + + pip install fabric-digitalocean + Usage ----- @@ -71,6 +72,7 @@ Testing To run the test suite, use: .. code-block:: + nosetests -v --with-coverage --cover-package=fabric_digitalocean