Skip to content

Commit

Permalink
mod_captcha_rust: fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sando38 authored and badlop committed Jul 13, 2023
1 parent cd4a275 commit c8e7591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_captcha_rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ejabberd source code and apply this small patch:

defp deps do
[{:base64url, "~> 1.0"},
+ {:captcha_nif, "~> 0.1", hex: :captcha_nif},
+ {:captcha, "~> 0.1", hex: :captcha_nif},
{:cache_tab, "~> 1.0"},
{:eimp, "~> 1.0"},
{:ex_doc, ">= 0.0.0", only: :dev},
Expand Down

0 comments on commit c8e7591

Please sign in to comment.