From 7d2bab59ce0ce8c82b04d6de6dc4330571ca3889 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Sun, 22 Mar 2020 10:27:04 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c61400..a64889a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To run the server, you must set a few environment variables from the list below. | **`EMAIL_TO`** | required | - | Default recipient | | **`ALLOWED_TO`** | required | - | All allowed recipients (separated by `,`) | | **`PORT`** | optional | `8080` | The port on which the server should listen | -| **`HONEYPORTS`** | optional | `_t_email` | Honeypot form fields (separated by `,`) | +| **`HONEYPOTS`** | optional | `_t_email` | Honeypot form fields (separated by `,`) | | **`GOOGLE_API_KEY`** | optional | - | Google API Key for the [Google Safe Browsing API](https://developers.google.com/safe-browsing/v4/) | ## Special form fields