# HG changeset patch # User Kim Alvefur # Date 1623511714 -7200 # Node ID 0105df2138ff410508ddcee00f021237a033ab1e # Parent 240fa534f586ef2172c437bd815d976076a10535 mod_invites_adhoc/README: Fix table Tables require a table header diff -r 240fa534f586 -r 0105df2138ff mod_invites_adhoc/README.markdown --- a/mod_invites_adhoc/README.markdown Sat Jun 12 15:29:53 2021 +0200 +++ b/mod_invites_adhoc/README.markdown Sat Jun 12 17:28:34 2021 +0200 @@ -31,6 +31,8 @@ There are three types of invitation that can be created: +| Invite type | Description | +|--|--| | Account-only invites | These can be used to register a new account | | Contact-only invites | These can be shared with a contact so they can easily add you to their contact list | | Account-and-contact invites | Like a contact-only invite, but also allows the contact to register on the current server if they don't already have an XMPP account |