diff --git a/Development_Apprise_Details.md b/Development_Apprise_Details.md index d9908fc..060b0df 100644 --- a/Development_Apprise_Details.md +++ b/Development_Apprise_Details.md @@ -280,7 +280,7 @@ import apprise # First you'll get your details which will provide your app with all the information you need # to get the data you need from the user with any supported notification service. a = apprise.Apprise() -apprise_details = details() +apprise_details = a.details() # work your magic and get the user to populate the tokens associated with the # notification services