Fix some typos

This commit is contained in:
Badlop 2023-01-04 16:48:22 +01:00
parent 26e7ce3003
commit 232fc5e31f
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ mod_captcha_rust - Generate CAPTCHAs using Rust library
Requires: Requires:
- ejabberd 23.xx or higher compiled with Elixir - 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) - 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/). [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, 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 ### A) ejabberd source code