summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorwhile0pass <while0pass@users.noreply.github.com>2015-01-10 04:06:33 +0300
committerwhile0pass <while0pass@users.noreply.github.com>2015-01-10 04:06:33 +0300
commite35a10719406b0c5dbf534453602107f4a9d9af0 (patch)
tree04d54f73de4a5b6c5f2e417fa27a4641c9394210 /README.rst
parent97b36a993d5481c71824088834c66f3164a286ad (diff)
Typo in README.rst
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 e34d879c..e49f269b 100644
--- a/README.rst
+++ b/README.rst
@@ -55,7 +55,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 ``~/.pglirc`` at first launch.
+* Config file is automatically created at ``~/.pgclirc`` at first launch.
* Primitive support for ``psql`` back-slash commands.
* Pretty prints tabular data.