We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82412a9 commit 753fd7dCopy full SHA for 753fd7d
README.md
@@ -32,13 +32,13 @@ class AppKernel extends \Symfony\Component\HttpKernel\Kernel
32
33
Configuration
34
-------
35
-The Bundle is automatically enabled only in `dev` mode (by using `kernel.debug` configuration option).
+The Bundle is automatically enabled only in `dev` mode (by using `kernel.debug` configuration parameter).
36
37
You can configure it manually by adding this to your `config.yml`:
38
39
```yaml
40
java_script_error_handler:
41
- enabled: '%kernel.debug%'
+ enabled: true # or false
42
```
43
44
0 commit comments