Commit ebe7673d authored by Nguyen Van Anh's avatar Nguyen Van Anh Committed by GitHub

Merge pull request #66 from absemetov/patch-1

Delete square brackets in params
parents 4f729a21 80385cfc
...@@ -26,8 +26,8 @@ Anhskohbo\NoCaptcha\NoCaptchaServiceProvider::class, ...@@ -26,8 +26,8 @@ Anhskohbo\NoCaptcha\NoCaptchaServiceProvider::class,
Add `NOCAPTCHA_SECRET` and `NOCAPTCHA_SITEKEY` in **.env** file (without brackets): Add `NOCAPTCHA_SECRET` and `NOCAPTCHA_SITEKEY` in **.env** file (without brackets):
``` ```
NOCAPTCHA_SECRET=[secret-key] NOCAPTCHA_SECRET=secret-key
NOCAPTCHA_SITEKEY=[site-key] NOCAPTCHA_SITEKEY=site-key
``` ```
### Usage ### 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