From 26e7ce3003069bb570edcf0478d5a6007875fa04 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 4 Jan 2023 16:40:57 +0100 Subject: [PATCH] Add link to example images in the captcha rust documentation --- mod_captcha_rust/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod_captcha_rust/README.md b/mod_captcha_rust/README.md index 7975533..7dfaa0e 100644 --- a/mod_captcha_rust/README.md +++ b/mod_captcha_rust/README.md @@ -12,6 +12,9 @@ This small module generates CAPTCHA images suitable for ejabberd's thanks to the [captcha](https://github.com/feng19/captcha) Elixir library, which internally uses the [captcha](https://github.com/daniel-e/captcha) Rust library. +See example CAPTCHA images in the +[captcha Rust documentation](https://docs.rs/captcha/latest/captcha/). + Get captcha_nif library -----------------------