aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-08-12 11:04:53 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-08-12 11:04:53 +0100
commit71c5ac488c1716d9c5bd87f9a9a194ca59282407 (patch)
tree4f7940b70a88a673c72abf16b2528aa0f398474b
parentc5520d477585361bcd319897d00f93aa31a30ffd (diff)
fixed code block
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 36c53fe..3d57989 100644
--- a/README.rst
+++ b/README.rst
@@ -37,8 +37,7 @@ anything in the system other than X.
Bootstrap
#########
-..code-block:: bash|python|text
- :linenos:
+.. code-block:: bash
sudo -u postgres psql postgres
DROP DATABASE ctrack;