Skip to content

Commit e7d30c8

Browse files
committed
docs: enhance README.md
1 parent 2793cb7 commit e7d30c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ iex> Captcha.create(
5454
...> view: %{w: 220, h: 120},
5555
...> filters: [filter, ...]
5656
...> )
57-
{"SnZw8", <<...>>}
57+
{"78a23G", <<...>>}
5858
```
5959

6060
More use case can see: [test/captcha_test.exs](test/captcha_test.exs) or [rust docs](https://docs.rs/captcha/latest/captcha/).

lib/captcha.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule Captcha do
2323
...> view: %{w: 220, h: 120},
2424
...> filters: [filter, ...]
2525
...> )
26-
{"SnZw8", <<...>>}
26+
{"78a23G", <<...>>}
2727
"""
2828
alias Captcha.Native
2929
alias Captcha.Native.Filter.{Cow, Dots, Grid, Noise, Wave}

0 commit comments

Comments
 (0)