Skip to content

Commit 0f7c984

Browse files
committed
update readme
1 parent 494ddac commit 0f7c984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ a) Add a `bot-field` and `form-name` field to `initialValues` of the Formik form
7070

7171
While the honeypot is a novel concept, it's not super-effective against spam bots, so check out the section on adding reCaptcha, which is a more robust solution.
7272

73-
> :newspaper: In February 2019, Netflify [announced](https://www.netlify.com/blog/2019/02/12/improved-netlify-forms-spam-filtering-using-akismet/) that all form submissions will be filtered for spam, using Akismet. :tada: Huzzah huzzah! :tada:
73+
> :newspaper: In February 2019, Netflify [announced](https://www.netlify.com/blog/2019/02/12/improved-netlify-forms-spam-filtering-using-akismet/) that all form submissions will be filtered for spam, using Akismet. Huzzah huzzah! :tada:
7474
7575
b) Add those (hidden) fields to the Formik form itself:
7676

@@ -145,7 +145,7 @@ At this point, nothing happens until the user fills out and submits the form.
145145

146146
Once reCaptcha is loaded, reCaptcha needs gets executed. The reason for running `execute()` is for the support of reCaptcha v2 invisible, which is set via the `size` attribute on the `Reaptcha` element.
147147

148-
> :point_up: Only reCaptcha v2 invisible is documented here, but with a few tweaks you should be able to get other reCaptcha types (e.g. "I am not a robot") working.
148+
> :robot: Only reCaptcha v2 invisible is documented here, but with a few tweaks you should be able to get other reCaptcha types (e.g. "I am not a robot") working.
149149
150150
In order to execute reCaptcha, a [React Ref Hook](https://reactjs.org/docs/hooks-reference.html#useref) has been setup for the `Reaptcha` element.
151151

0 commit comments

Comments
 (0)