Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit 88fc999

Browse files
Update README.md
Corrects formatting.
1 parent a6704dd commit 88fc999

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ documentation in the link regarding how to set this up and get your webhook.
3636
`$level` is an the integer value of the log level you wish to report. This and any higher log levels will be sent to
3737
Slack. See `Monolog\Logger` for these values and constants available.
3838
The available log levels are:
39-
> DEBUG = 100
40-
> INFO = 200
41-
> NOTICE = 250
42-
> WARNING = 300
43-
> ERROR = 400
44-
> CRITICAL = 500
45-
> ALERT = 550
46-
> EMERGENCY = 600
39+
> DEBUG = 100
40+
> INFO = 200
41+
> NOTICE = 250
42+
> WARNING = 300
43+
> ERROR = 400
44+
> CRITICAL = 500
45+
> ALERT = 550
46+
> EMERGENCY = 600
47+
4748
### Register the Provider with the application
4849
Add the line to your providers array as follows:
4950
```

0 commit comments

Comments
 (0)