From 232fc5e31fd6a1c81d36f614540a1402830f4364 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 4 Jan 2023 16:48:22 +0100 Subject: [PATCH] Fix some typos --- mod_captcha_rust/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mod_captcha_rust/README.md b/mod_captcha_rust/README.md index 7dfaa0e..38c6962 100644 --- a/mod_captcha_rust/README.md +++ b/mod_captcha_rust/README.md @@ -3,7 +3,7 @@ mod_captcha_rust - Generate CAPTCHAs using Rust library Requires: - ejabberd 23.xx or higher compiled with Elixir -- Erlang/OTP and Elixir to ompile the `captcha_nif` Elixir library +- Erlang/OTP and Elixir to compile the `captcha_nif` Elixir library - Rust compiler (package `rustc` in some package managers) @@ -16,11 +16,11 @@ See example CAPTCHA images in the [captcha Rust documentation](https://docs.rs/captcha/latest/captcha/). -Get captcha_nif library ------------------------ +Get `captcha_nif` library +------------------------- This module depends on an Elixir library, and there are two ways to get it installed, -depending if you compile ejabberd from source code or installed in binary: +depending on how you obtained ejabberd: ### A) ejabberd source code