aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 68e8cfe..a86f8f4 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Use `raw` (if you're using Phoenix.HTML) and `Recaptcha.Template.display/1` meth
```html
<form name="someform" method="post" action="/somewhere">
...
- <%= raw Recaptcha.display %>
+ <%= raw Recaptcha.Template.display %>
...
</form>
```