aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index eb4c9c88..bb64d2c5 100644
--- a/README.rst
+++ b/README.rst
@@ -81,7 +81,7 @@ Edit the configuration file with the line:
.. code:: cfg
[database]
- uri = uri = postgres://username:password@127.0.0.1:5433/pyAggr3g470r
+ uri = postgres://username:password@127.0.0.1:5433/pyAggr3g470r
If you want to use SQLite
~~~~~~~~~~~~~~~~~~~~~~~~~
bgstack15