summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Burschka2013-12-30 01:50:13 +0100
committerChristoph Burschka2013-12-30 01:50:13 +0100
commite318d3f3b3c8d422624b9e030757842b74d7b3b4 (patch)
treedb802a8169b55ee009ed94d783fb37cc5de2edf4
parentAdd a short description on writing new plugins. (diff)
downloadejabberd-auth-php-e318d3f3b3c8d422624b9e030757842b74d7b3b4.tar.gz
Markdown doesn't like <> brackets.
-rw-r--r--README.md8
1 files 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 <xyz>, 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 <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.
+* 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