From 22d26fad4bdb391e1d7902ec3dc19904e79bddf3 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Sat, 23 May 2015 16:53:02 +0200 Subject: [PATCH] Fix markup. Damnn rST --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38f0008..db8e0a2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ In short, **dataset** makes reading and writing data in databases as simple as r To install dataset, fetch it with ``pip``: -.. code-block:: bash - - $ pip install dataset +```bash +$ pip install dataset +```