From 11d478c820a1b4390b1e864c093a5b53fd9255e2 Mon Sep 17 00:00:00 2001 From: Pablo O Vieira Date: Tue, 16 Dec 2014 10:40:30 -0200 Subject: [PATCH] README text fix --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6ed396f..9e5332b 100644 --- a/README.rst +++ b/README.rst @@ -64,7 +64,8 @@ previously stored login information with ``--store`` option. $ noipy --hostname --provider {generic|noip|dyn| duck} -You can also specify a custom DDNS URL (thanks to @jayennis22): +You can also specify a custom DDNS URL (thanks to `@jayennis22 `_): + .. code-block:: bash $ noipy --hostname [--provider generic] @@ -97,13 +98,13 @@ information is sotred in ``$HOME/.noipy/`` directory: .. code-block:: bash $ noipy --store --username --password \ - --provider {noip|dyn| duck} + --provider {generic|noip|dyn| duck} Or simply: .. code-block:: bash - $ noipy --store --provider {noip|dyn| duck} + $ noipy --store --provider {generic|noip|dyn| duck} And type username and password when required.