summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-01-07 08:16:36 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-01-07 08:16:36 -0800
commite61c3428d4997cf5e2a7066f0dbbf2829f38b8c8 (patch)
treeeedd3fb25783512572e8c27f5758abd0ca45a40a /README.rst
parent50960c2a2596293d84b5caf5c64598d370ea2805 (diff)
parent0bd588f4d0b1c5e30a8ecdcbc0de75ac49061418 (diff)
Merge pull request #60 from vegetableman/patch-1
Update for README.rst 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 408d0476..681b0552 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.