From 6a2b5a23c74b152b1656c42ecae16658d6f7ebc4 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Thu, 19 Jan 2012 14:24:34 +0000 Subject: [PATCH] README: Display the writing module links more clearly --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 372005ca..cc8e8280 100644 --- a/README.md +++ b/README.md @@ -142,14 +142,13 @@ C++ modules are compiled by either saving them in the modules source dir and running make or with the znc-buildmod shell script. For additional info look in the wiki: - [Writing Modules](http://wiki.znc.in/WritingModules) - [Module Hooks](http://wiki.znc.in/ModuleHooks) -Perl modules are loaded through the global module modperl. - Details: [ModPerl](http://wiki.znc.in/Modperl) +- [Writing Modules](http://wiki.znc.in/WritingModules) +- [Module Hooks](http://wiki.znc.in/ModuleHooks) -Python modules are loaded through the global module modpython. - Details: [ModPython](http://wiki.znc.in/Modpython) +Perl modules are loaded through the global module [ModPerl](http://wiki.znc.in/Modperl). + +Python modules are loaded through the global module [ModPython](http://wiki.znc.in/Modpython). ## Further infos