From 8ca1859a22de22a3c4f6beec4488f1fed0ca24ef Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 9 Jan 2012 02:52:02 +0700 Subject: [PATCH] Fix python in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f2dde55..e30aaeb1 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ will make ZNC rewrite its config file. Alternatively you can use this: ## Writing own modules -You can write your own modules in either C++ or perl. +You can write your own modules in either C++, python or perl. C++ modules are compiled by either saving them in the modules source dir and running make or with the znc-buildmod shell script. @@ -148,7 +148,7 @@ For additional info look in the wiki: Perl modules are loaded through the global module modperl. Details: [ModPerl](http://wiki.znc.in/Modperl) -Python modules are loaded throug the global module modpython. +Python modules are loaded through the global module modpython. Details: [ModPython](http://wiki.znc.in/Modpython) ## Further infos