Skip to content

Commit 5770239

Browse files
committed
docs: README.md typo
1 parent c87cbe5 commit 5770239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Create by options:
4848

4949
```elixir
5050
iex> Captcha.create(
51-
...> set_chars: "1234567890abcdefgABCDEFG",
51+
...> set_chars: "123456789abcdefgABCDEFG",
5252
...> add_chars: 6,
5353
...> set_color: %{r: 0, g: 116, b: 204},
5454
...> view: %{w: 220, h: 120},

0 commit comments

Comments
 (0)