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.