From 0f1173559f4f906b4341d4d79b95c258fd8757ef Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 2 Aug 2016 02:03:40 -0700 Subject: [PATCH] Update README.rst --- README.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index da5e72f..3a9410d 100644 --- a/README.rst +++ b/README.rst @@ -138,12 +138,11 @@ Environment RTV will respect the following environment variables when accessing external programs ``$BROWSER`` - Submission links can be opened in your web browser. - On most systems the default web browser will open in a new window. - If you prefer the complete terminal experience, try using a console-based web browser - (`w3m `_, `lynx `_, and `elinks `_ are all good choices). + | Submission links will be opened inside of your web browser. + | On most systems the default web browser will open in a new window. + | If you prefer the complete terminal experience, try using a console-based web browser (`w3m `_, `lynx `_, and `elinks `_ are all good choices). ``$PAGER`` - Extra long comments and submissions can be viewed through the system pager. + Extra long comments and submissions wil be viewed through the system pager. ``$RTV_EDITOR`` Compose posts and replying to comments is done using your preferred text editor. If not specified, the default system ``$EDITOR`` (or `nano `_) will be used.