Skip to content

Commit

Permalink
Merge pull request #2 from redbitcz/hotfix/fix-readme-typo
Browse files Browse the repository at this point in the history
Readme: fix serious typo in doc
  • Loading branch information
jakubboucek committed Oct 21, 2020
2 parents af393ba + 36bf77e commit eb3234b
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 @@ -79,7 +79,7 @@ $enabler->activate(true);
### Options
- `$enabler->activate(true)` - force to Debug Mode turn on,
- `$enabler->activate(false)` - force to Debug Mode turn off,
- `$enabler->deactivate(false)` - reset back to automatically detection by environment.
- `$enabler->deactivate()` - reset back to automatically detection by environment.

### Using with Nette
Debug Mode Enabler (unlike Debug Mode Detector) can be simply served through DI Container with configuration in `config.neon`:
Expand Down

0 comments on commit eb3234b

Please sign in to comment.