mirror of https://github.com/caronc/apprise
Updated Development_Contribution (markdown)
parent
9b03504d00
commit
c06f16d020
|
@ -138,7 +138,7 @@ With respect to the above example:
|
|||
|
||||
- **Putting it together**:
|
||||
```python
|
||||
from Apprise.plugins import NotifyMyService
|
||||
from apprise.plugins.myservice import NotifyMyService
|
||||
import Apprise
|
||||
|
||||
# Apprise is nothing but a manager of individual plugins
|
||||
|
|
Loading…
Reference in New Issue