diff --git a/Development_Contribution.md b/Development_Contribution.md index d6783f5..e7b5e0d 100644 --- a/Development_Contribution.md +++ b/Development_Contribution.md @@ -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