Skip to content

Commit

Permalink
Merge pull request dschep#189 from barakplasma/patch-1
Browse files Browse the repository at this point in the history
Documentation: Fixed some misformatted links
  • Loading branch information
dschep authored Dec 19, 2018
2 parents f8905b7 + 362090e commit afb9da3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ Extras
~~~~~~
``ntfy`` has a few features that require extra dependencies.
* ``ntfy done -p $PID`` requires installing as ``pip install ntfy[pid]``
* [emoji](https://en.wikipedia.org/wiki/Emoji) support requires installing as ``pip install ntfy[emoji]``
* [XMPP](https://xmpp.org/) support requires installing as ``pip install ntfy[xmpp]``
* [Telegram](https://telegram.org/) support requires installing as ``pip install ntfy[telegram]``
* [Instapush](https://instapush.im/) support requires installing as ``pip install ntfy[instapush]``
* [Slack](https://slack.com/) support requires installing as ``pip install ntfy[slack]``
* [Rocket.Chat](https://Rocket.Chat) support requires installing as ``pip install ntfy[rocketchat]``
* `emoji <https://en.wikipedia.org/wiki/Emoji>`_ support requires installing as ``pip install ntfy[emoji]``
* `XMPP <https://xmpp.org/>`_ support requires installing as ``pip install ntfy[xmpp]``
* `Telegram <https://telegram.org/>`_ support requires installing as ``pip install ntfy[telegram]``
* `Instapush <https://instapush.im/>`_ support requires installing as ``pip install ntfy[instapush]``
* `Slack <https://slack.com/>`_ support requires installing as ``pip install ntfy[slack]``
* `Rocket.Chat <https://Rocket.Chat>`_ support requires installing as ``pip install ntfy[rocketchat]``

To install multiple extras, separate with commas: e.g., ``pip install ntfy[pid,emjoi]``.

Expand Down

0 comments on commit afb9da3

Please sign in to comment.