Skip to content

Commit 69a9bf3

Browse files
committed
update readme
1 parent a3540b0 commit 69a9bf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

6868
While the honeypot is a novel concept, it's not really effective against spam bots, so you check out the section on adding reCaptcha, which is a much more robust solution.
6969

70-
> :point_up: 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!_
70+
> :point*up: 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!*
7171
7272
b) Add those (hidden) fields to the Formik form itself:
7373

@@ -76,15 +76,15 @@ b) Add those (hidden) fields to the Formik form itself:
7676
<Field type="hidden" name="bot-field" />
7777
```
7878

79-
> :point_up: PRO TIP: the relevant code to see how this works can be found in `/public/index.html` and `FormikForm.js` within this repo.
79+
> :point_up: The relevant code to see how this works can be found in `/public/index.html` and `FormikForm.js` within this repo.
8080
8181
## Adding ReCaptcha
8282

8383
### tl;dr
8484

8585
Use a library to add Recaptcha (e.g. [reaptcha](https://www.npmjs.com/package/reaptcha)) and don't add anything related to reCaptcha to the `/public/index.html` file.
8686

87-
> :point_up: reCaptcha is notoriously easy to mistype, and Reaptcha adds another nuance to the pot. I've used abbreviations in variables to help avoid issues around that.
87+
> :point_up: reCaptcha is notoriously easy to mistype, and `Reaptcha` adds another nuance to the pot. I've used abbreviations in variables to help avoid issues around that.
8888
8989
### Setup
9090

0 commit comments

Comments
 (0)