changeset 2983:fa3665b7602f

mod_post_msg/README: Normalize markdown syntax
author Kim Alvefur <zash@zash.se>
date Wed, 04 Apr 2018 15:36:47 +0200
parents ae7ca7bc9c9b
children 1e7d221bba8d
files mod_post_msg/README.markdown
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_post_msg/README.markdown	Wed Apr 04 15:35:27 2018 +0200
+++ b/mod_post_msg/README.markdown	Wed Apr 04 15:36:47 2018 +0200
@@ -1,6 +1,6 @@
 ---
 summary: 'Receives HTTP POST request, parses it and relays it into XMPP.'
-...
+---
 
 Introduction
 ============
@@ -15,7 +15,7 @@
 
     curl http://example.com:5280/msg/user -u me@example.com:mypassword -H "Content-Type: text/plain" -d "Server@host has just crashed!"
 
-This would send a message to user@example.com from me@example.com
+This would send a message to user\@example.com from me\@example.com
 
 Acknowledgements
 ----------------