aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index f2a8bf4..8864e16 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,7 @@ A simple Elixir package for implementing [reCAPTCHA] in [Phoenix] applications.
```elixir
defp deps do
[
- {:recaptcha, "~> 1.0.0"},
- {:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2"}
+ {:recaptcha, "~> 1.1.0"},
]
end
```