diff --git a/README.md b/README.md
index 75cf87a..8ecd63d 100644
--- a/README.md
+++ b/README.md
@@ -149,21 +149,26 @@ Once you've setup your mailcap file, enable it by launching rtv with the ``rtv -
The default programs that RTV interacts with can be configured through environment variables
-
- - $RTV_EDITOR
- - A program used to compose text submissions and comments, e.g. vim, emacs, gedit
-
If not specified, will fallback to $VISUAL and $EDITOR in that order.
-
- - $RTV_BROWSER
- - A program used to open links to external websites, e.g. firefox, google-chrome, w3m, lynx, elinks
-
If not specified, will fallback to $BROWSER, or try to intelligently choose a browser supported by your system.
-
- - $RTV_URLVIEWER
- - A tool used to extract hyperlinks from blocks of text, e.g.urlview, urlscan
-
If not specified, will fallback to urlview if it is installed.
-
-### Copying to the Clipboard
+
+
+ | $RTV_EDITOR |
+ A program used to compose text submissions and comments, e.g. vim, emacs, gedit
+ If not specified, will fallback to $VISUAL and $EDITOR in that order. |
+
+
+ | $RTV_BROWSER |
+ A program used to open links to external websites, e.g. firefox, google-chrome, w3m, lynx
+ If not specified, will fallback to $BROWSER, or your system's default browser |
+
+
+ | $RTV_URLVIEWER |
+ A tool used to extract hyperlinks from blocks of text, e.g. urlview, urlscan
+ If not specified, will fallback to urlview if it is installed. |
+
+
+
+### Clipboard
RTV supports copying submission links to the OS clipboard.
On macOS this is supported out of the box.
On Linux systems you will need to install either [xsel](http://www.vergenet.net/~conrad/software/xsel/) or [xclip](https://sourceforge.net/projects/xclip/).