diff --git a/Notify_Custom_XML.md b/Notify_Custom_XML.md index cdeba4c..fdc9a2f 100644 --- a/Notify_Custom_XML.md +++ b/Notify_Custom_XML.md @@ -31,11 +31,13 @@ The *MessageType* will be one of the following: * **warning**: A warning report ### Syntax -Valid syntaxes are as follows: +Valid syntax is as follows: * `xml://{hostname}` * `xml://{hostname}:{port}` * `xml://{user}:{password}@{hostname}` * `xml://{user}:{password}@{hostname}:{port}` + +The secure versions: * `xmls://{hostname}` * `xmls://{hostname}:{port}` * `xmls://{user}:{password}@{hostname}`