From e318d3f3b3c8d422624b9e030757842b74d7b3b4 Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Mon, 30 Dec 2013 01:50:13 +0100 Subject: Markdown doesn't like <> brackets. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c81120..ecf3023 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ Potential candidates for further bridges are WordPress, MediaWiki, Joomla! and M ## EXTENDING -In order to create a new plugin named , you will need the following: +In order to create a new plugin named {xyz}, you will need the following: * A class extending EjabberdAuthBridge and implementing its methods. -* A file named .module that contains the function _init(). -* _init() will receive its appropriate conf array in config.php. -* _init() must return an instance of the extended class. +* A file named {xyz}.module that contains the function {xyz}_init(). +* {xyz}_init() will receive its appropriate conf array in config.php. +* {xyz}_init() must return an instance of the extended class. ## LICENSE -- cgit v1.1