Skip to content

Commit

Permalink
README: fixed env variable casting (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
uestla authored and karser committed Oct 21, 2019
1 parent 59e87fd commit aca23dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Recaptcha won't allow you to test your app efficiently unless you disable it for
```yaml
# app/config/config.yml (or config/packages/karser_recaptcha3.yaml if using Symfony4)
karser_recaptcha3:
enabled: '%env(RECAPTCHA3_ENABLED)%'
enabled: '%env(bool:RECAPTCHA3_ENABLED)%'
```
```bash
Expand Down

0 comments on commit aca23dc

Please sign in to comment.