Skip to content

Commit 3aa59a3

Browse files
committed
Brand corrections
1 parent fe6e184 commit 3aa59a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP Debug Mode Enabler
22
======================
3-
> not only for Nette Tracy Debugger
3+
> not only for Tracy debugger
44
55
Safe and clean way to manage Debug Mode in your app by specific environment and/or manually in app.
66
Package provide secure way to temporary switch Debug Mode of your App at any environment.
@@ -14,12 +14,12 @@ Package allows your app to switch to Debug Mode:
1414
> NOTE: Package is NOT provide any Debug tools directly – it only gives the app whether to switch to debug mode.
1515
1616
## Installation
17-
```bash
17+
```shell
1818
composer require redbitcz/debug-mode-enabler
1919
```
2020

2121
## Requirements
22-
Package is require PHP version at least 7.3 and temporary directory with writable access.
22+
Package is requires PHP version at least 7.3 and temporary directory with writable access.
2323

2424
## Using
2525
Anywhere in your app you can determine if app is running in Debug mode by simple code:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redbitcz/debug-mode-enabler",
3-
"description": "Debug mode enabler (not only for Nette framework) - safe and clean way to manage Debug Mode in your app",
3+
"description": "Debug mode enabler (not only for Tracy debugger) - safe and clean way to manage Debug Mode in your app",
44
"keywords": ["nette", "tracy", "debug"],
55
"license": ["MIT"],
66
"authors": [

0 commit comments

Comments
 (0)