From a224c273664d3d0d8d704e5afc1d8ff2d916bc0c Mon Sep 17 00:00:00 2001 From: Njogu Amos <29255728+njoguamos@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:55:27 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62a2775..29b3d6d 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ The install command will publish the [config file](/config/turnstile.php). Ensure that you have update your application `.env` with credentials from [cloudflare](https://developers.cloudflare.com/turnstile/get-started/) i.e. ```dotenv -#.env file - TURNSTILE_SECRET_KEY= +TURNSTILE_ENABLED=true +#TURNSTILE_ENABLED=false -> when you want to disable e.g when testing ``` ## Usage