summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2015-01-08 09:26:39 -0800
committerMarc Abramowitz <marc@marc-abramowitz.com>2015-01-08 09:26:39 -0800
commit9932d43f9c2110700475a35ad82b7fdc24477db3 (patch)
tree0a8715a329a1ef0174567c7560bde3c3df55287d /README.rst
parent2e4545c3deff1c3b474ce2884e0a8e8d0101842a (diff)
README.rst: small tweaks
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 57999eda..7877a971 100644
--- a/README.rst
+++ b/README.rst
@@ -52,11 +52,11 @@ The `pgcli` is written using prompt_toolkit_.
* Smart-completion (enabled by default) will suggest context-sensitive
completion.
- - `SELECT * FROM <tab>` will only show table names.
- - `SELECT * FROM users WHERE <tab>` will only show column names.
+ - ``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.
-* Primitive support for `psql` back-slash commands.
+* 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