From bc43e7e7509423d0fa29da7650678a4e3cb4e829 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 4 Jan 2023 16:29:29 +0100 Subject: [PATCH] Fix typo that confused captcha_nif library and mod_captcha_rust module --- mod_captcha_rust/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod_captcha_rust/README.md b/mod_captcha_rust/README.md index ab7ea9c..7975533 100644 --- a/mod_captcha_rust/README.md +++ b/mod_captcha_rust/README.md @@ -43,7 +43,7 @@ make ``` Install ejabberd as usual, restart it -and now you can proceed to install `mod_captchanif`. +and now you can proceed to install `mod_captcha_rust`. ### B) ejabberd with binary installer @@ -62,7 +62,7 @@ mix release Copy all the directories from `_build/dev/rel/captcha/lib` to the path where you have ejabberd lib directories installed. -Now you can restart ejabberd and proceed to install `mod_captchanif`. +Now you can restart ejabberd and proceed to install `mod_captcha_rust`. Basic Configuration