yesod-recaptcha2-0.1.0.0: README.md
# yesod-recaptcha2
~~~hs
import Import.ReCaptcha2
~~~
~~~hs
instance YesodReCaptcha App where
reCaptchaSiteKey = return "foo"
reCaptchaSecretKey = return "bar"
~~~
~~~hs
<* reCaptcha
~~~
# yesod-recaptcha2
~~~hs
import Import.ReCaptcha2
~~~
~~~hs
instance YesodReCaptcha App where
reCaptchaSiteKey = return "foo"
reCaptchaSecretKey = return "bar"
~~~
~~~hs
<* reCaptcha
~~~