diff mod_roster_command/README.markdown @ 1820:8de50be756e5

Various README files: Correct indentation levels, fix syntax and other small fixes
author Kim Alvefur <zash@zash.se>
date Wed, 02 Sep 2015 17:30:33 +0200
parents 4d73a1a6ba68
children
line wrap: on
line diff
--- a/mod_roster_command/README.markdown	Wed Sep 02 16:43:34 2015 +0200
+++ b/mod_roster_command/README.markdown	Wed Sep 02 17:30:33 2015 +0200
@@ -16,7 +16,7 @@
 After putting this module in your modules directory you can use it via
 prosodyctl like this:
 
-        prosodyctl mod_roster_command COMMAND [OPTIONS...]
+    prosodyctl mod_roster_command COMMAND [OPTIONS...]
 
 **Note:** Do not add mod\_roster\_command to your Prosody config file.
 This is unnecessary because it will automatically be loaded by
@@ -24,27 +24,27 @@
 
 ### Commands
 
-        subscribe user@host contact@host
+    subscribe user@host contact@host
 
 Subscribes the user to the contact's presence. That is, the user will
 see when the contact is online (but the contact won't see the user).
 
-        subscribe_both user@host contact@host
+    subscribe_both user@host contact@host
 
 The same as the 'subscribe' command, but performs the subscription in
 both directions, so that both the contact and user will always see each
 other online.
 
-        unsubscribe user@host contact@host
+    unsubscribe user@host contact@host
 
 Removes a subscription to the contact's presence.
 
-        unsubscribe_both user@host contact@host
+    unsubscribe_both user@host contact@host
 
 Same as unsubscribe, but also revokes a contact's subscription to the
 user's presence.
 
-        rename user@host contact@host [name] [group]
+    rename user@host contact@host [name] [group]
 
 Sets or updates a name for a contact in the user's roster, and moves the
 contact to the given group, if specified.