From 25872ee90864e30d1e254ca5a938942712a56a6a Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 4 Feb 2017 19:29:34 +0000 Subject: [PATCH] Fix a typo --- znc/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/znc/content.md b/znc/content.md index 4fadd9ccc..3b24580eb 100644 --- a/znc/content.md +++ b/znc/content.md @@ -27,5 +27,5 @@ $ docker run -p 6697:6697 -v znc-cfg:/znc-data znc The port should match the port you used during `--makeconf`. Note that 6667 is often blocked by web browsers, and therefore is not recommended. -If you use any external module, put the .cpp, .py or .pl file to +If you use any external module, put the .cpp, .py or .pm file to `/znc-data/modules` (you may need to create that directory).