summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAri Summer <aribsummer@gmail.com>2016-02-21 09:54:01 -0800
committerAri Summer <aribsummer@gmail.com>2016-02-21 09:54:01 -0800
commit8134aee3258372c7fee9a1c56038ab53e7ab6189 (patch)
tree82f4dac90896629ecda6ba5055bbd203da453cd8 /README.rst
parentd4de389374ba8d38a6ff43a79714cd02b9f5720b (diff)
Update config file location in 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 35bd9406..09d80176 100644
--- a/README.rst
+++ b/README.rst
@@ -63,7 +63,7 @@ The `pgcli` is written using prompt_toolkit_.
- ``SELECT * FROM <tab>`` will only show table names.
- ``SELECT * FROM users WHERE <tab>`` will only show column names.
-* Config file is automatically created at ``~/.pgclirc`` at first launch.
+* Config file is automatically created at ``~/.config/pgcli/config`` at first launch.
* Primitive support for ``psql`` back-slash commands.
* Pretty prints tabular data.