Skip to content

Commit 753fd7d

Browse files
committed
README improvement
1 parent 82412a9 commit 753fd7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ class AppKernel extends \Symfony\Component\HttpKernel\Kernel
3232

3333
Configuration
3434
-------
35-
The Bundle is automatically enabled only in `dev` mode (by using `kernel.debug` configuration option).
35+
The Bundle is automatically enabled only in `dev` mode (by using `kernel.debug` configuration parameter).
3636

3737
You can configure it manually by adding this to your `config.yml`:
3838

3939
```yaml
4040
java_script_error_handler:
41-
enabled: '%kernel.debug%'
41+
enabled: true # or false
4242
```
4343
4444

0 commit comments

Comments
 (0)