You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ Apprise have some email services built right into it (such as yahoo, fastmail, h
207
207
208
208
# Installation
209
209
210
-
The easiest way is to install this package is from pypi:
210
+
The easiest way is to install Apprise from PyPI:
211
211
```bash
212
212
pip install apprise
213
213
```
@@ -223,7 +223,7 @@ yum install apprise
223
223
dnf install apprise
224
224
```
225
225
226
-
You can also check out the [Graphical version of Apprise](https://github.com/caronc/apprise-api) to centralize your configuration and notifications through a managable webpage.
226
+
You can also check out the [Graphical version of Apprise](https://github.com/caronc/apprise-api) to centralize your configuration and notifications through a manageable webpage.
@@ -371,10 +371,10 @@ Those using the Command Line Interface (CLI) can also leverage environment varia
371
371
372
372
| Variable | Description |
373
373
|------------------------ | ----------------- |
374
-
| `APPRISE_URLS` | Specify the default URLs to notify IF none are otherwise specified on the command line explicitly. If the `--config` (`-c`) is specified, then this will over-rides any reference to this variable. Use white space and/or a comma (`,`) to delimit multiple entries.
375
-
| `APPRISE_CONFIG_PATH` | Explicitly specify the config search path to use (over-riding the default). The path(s) defined here must point to the absolute filename to open/reference. Use a semi-colon (`;`), line-feed (`\n`), and/or carriage return (`\r`) to delimit multiple entries.
376
-
| `APPRISE_PLUGIN_PATH` | Explicitly specify the custom plugin search path to use (over-riding the default). Use a semi-colon (`;`), line-feed (`\n`), and/or carriage return (`\r`) to delimit multiple entries.
377
-
| `APPRISE_STORAGE_PATH` | Explicitly specify the persistent storage path to use (over-riding the default).
374
+
| `APPRISE_URLS` | Specify the default URLs to notify IF none are otherwise specified on the command line explicitly. If the `--config` (`-c`) is specified, then this will overrides any reference to this variable. Use white space and/or a comma (`,`) to delimit multiple entries.
375
+
| `APPRISE_CONFIG_PATH` | Explicitly specify the config search path to use (overriding the default). The path(s) defined here must point to the absolute filename to open/reference. Use a semi-colon (`;`), line-feed (`\n`), and/or carriage return (`\r`) to delimit multiple entries.
376
+
| `APPRISE_PLUGIN_PATH` | Explicitly specify the custom plugin search path to use (overriding the default). Use a semi-colon (`;`), line-feed (`\n`), and/or carriage return (`\r`) to delimit multiple entries.
377
+
| `APPRISE_STORAGE_PATH` | Explicitly specify the persistent storage path to use (overriding the default).
378
378
379
379
# Developer API Usage
380
380
@@ -447,7 +447,7 @@ apobj.notify(
447
447
apobj.notify(
448
448
body='send a notification to our admin group',
449
449
title='Attention Admins',
450
-
# notify absolutely everything loaded, regardless on wether
450
+
# notify absolutely everything loaded, regardless on whether
0 commit comments