From 61f7473977fd7ee2c24b60fc7bb8085e8df71cb9 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Fri, 1 Feb 2019 16:38:57 -0500 Subject: [PATCH] Updated Development_API (markdown) --- Development_API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Development_API.md b/Development_API.md index bbf1d40..e0ea7b4 100644 --- a/Development_API.md +++ b/Development_API.md @@ -45,8 +45,8 @@ apobj.notify( ``` By default, all notifications are sent as type **NotifyType.INFO** using the _default_ theme. The following other types are included with this theme: -| Notification Type | Text Representation | Image Representation | -| -------------------- | ------------------- | -------------------- | +| Notification Type | Text Representation | Image | +| -------------------- | ------------------- | ----- | | **NotifyType.INFO** | _info_ | [![Build Status](https://github.com/caronc/apprise/blob/master/apprise/assets/themes/default/apprise-info-72x72.png)](https://github.com/caronc/apprise/tree/master/apprise/assets/themes/default) | | **NotifyType.SUCCESS** | _warning_ | [![Build Status](https://github.com/caronc/apprise/blob/master/apprise/assets/themes/default/apprise-success-72x72.png)](https://github.com/caronc/apprise/tree/master/apprise/assets/themes/default) | | **NotifyType.WARNING** | _success_ | [![Build Status](https://github.com/caronc/apprise/blob/master/apprise/assets/themes/default/apprise-warning-72x72.png)](https://github.com/caronc/apprise/tree/master/apprise/assets/themes/default) |