aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2014-04-23 08:09:19 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2014-04-23 08:09:19 +0200
commit5cdde5657ede706b6b1085762ed64b244fe98b80 (patch)
treef6e47a47a2482e77493ff37926db9263673f67b1 /README.rst
parentUpdated README. (diff)
downloadnewspipe-5cdde5657ede706b6b1085762ed64b244fe98b80.tar.gz
newspipe-5cdde5657ede706b6b1085762ed64b244fe98b80.tar.bz2
newspipe-5cdde5657ede706b6b1085762ed64b244fe98b80.zip
Updated README.
Diffstat (limited to 'README.rst')
-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