aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSamuel Seay <sam@manuka.co>2016-09-05 20:57:27 +1200
committerSamuel Seay <sam@manuka.co>2016-09-05 20:57:27 +1200
commit29813771b6407683d2ad1c6a11ea0586add5dcd7 (patch)
tree642370dd2d0ca1e8a78d9d8a8bb0ec86d0607e0b /README.md
parentc5e266b8d151d74a6e53aa010b2cf6663ef8228c (diff)
downloadrecaptcha-29813771b6407683d2ad1c6a11ea0586add5dcd7.tar.gz
recaptcha-29813771b6407683d2ad1c6a11ea0586add5dcd7.tar.xz
Don't compile application environment config.
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>
```