diff options
author | Wild Kat <wk@users.noreply.github.com> | 2018-06-12 22:06:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-12 22:06:54 +0200 |
commit | 145b2bd359490fd2a53b9a67dd4cdb1323d79642 (patch) | |
tree | f24062203f9008e443d894ffe3e394e3916c93c3 /docs/Outputs.md | |
parent | fcb0e5e462e9b3d11d0c228aafd5a853b202746f (diff) |
fix minor typos and docs lint (#1382)
Diffstat (limited to 'docs/Outputs.md')
-rw-r--r-- | docs/Outputs.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Outputs.md b/docs/Outputs.md index fab3bf8..86b20ea 100644 --- a/docs/Outputs.md +++ b/docs/Outputs.md @@ -133,6 +133,7 @@ Please note that user list is only updated once at creation. The HTTP output will POST a config to the specified HTTP URL. Basic username/password authentication is supported. Example HTTP output configuration: + ```yaml output: default: http |