Commit 80385cfc authored by Nadir Absemetov's avatar Nadir Absemetov Committed by GitHub

Delete square brackets in params

parent 4f729a21
......@@ -26,8 +26,8 @@ Anhskohbo\NoCaptcha\NoCaptchaServiceProvider::class,
Add `NOCAPTCHA_SECRET` and `NOCAPTCHA_SITEKEY` in **.env** file (without brackets):
```
NOCAPTCHA_SECRET=[secret-key]
NOCAPTCHA_SITEKEY=[site-key]
NOCAPTCHA_SECRET=secret-key
NOCAPTCHA_SITEKEY=site-key
```
### Usage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment