From e35a10719406b0c5dbf534453602107f4a9d9af0 Mon Sep 17 00:00:00 2001 From: while0pass Date: Sat, 10 Jan 2015 04:06:33 +0300 Subject: [PATCH] Typo in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `` will only show table names. - ``SELECT * FROM users WHERE `` 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.