summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorVignesh Anand <vigneshanand17@gmail.com>2015-01-07 15:27:46 +0530
committerVignesh Anand <vigneshanand17@gmail.com>2015-01-07 15:27:46 +0530
commit0bd588f4d0b1c5e30a8ecdcbc0de75ac49061418 (patch)
tree4ff465cefc6bc82df4abdd96d612af30c7a99901 /README.rst
parent8728a73194f53cb565deac87917dfaf3e86392c3 (diff)
Update for README.rst features
Listed pretty printing as one of features.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 854744a8..29237620 100644
--- a/README.rst
+++ b/README.rst
@@ -57,6 +57,7 @@ The `pgcli` is written using prompt_toolkit_.
* Config file is automatically created at ~/.pglirc at first launch.
* Primitive support for `psql` back-slash commands.
+* Pretty prints tabular data.
.. _prompt_toolkit: https://github.com/jonathanslenders/python-prompt-toolkit
@@ -149,7 +150,7 @@ Jonathan has also provided valuable feedback and support during the development
of this app.
This app includes the awesome `tabulate <https://pypi.python.org/pypi/tabulate>`_
-library for printing the output of tables. The reason for vendoring this
+library for pretty printing the output of tables. The reason for vendoring this
library rather than listing it as a dependency in setup.py, is because I had to
make a change to the table format which is merged back into the original repo,
but not yet released inPyPI.