Skip to content

Commit 5ad6eea

Browse files
committed
ICL: Readme fixes.
1 parent e0584fc commit 5ad6eea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ In progress...
121121
This package is using [Monolog](https://packagist.org/packages/monolog/monolog) logging library with all of it's power.
122122
If needed, you may access the underlying Monolog instance in a two ways:
123123

124-
- Using `icLogger` command's method:
125-
124+
- Using `icLogger` command's method:
126125
```php
127126
class Foo extends Command
128127
{
@@ -137,8 +136,7 @@ If needed, you may access the underlying Monolog instance in a two ways:
137136
}
138137
```
139138
140-
- Through Laravel service container:
141-
139+
- Through Laravel service container:
142140
```php
143141
$log = $app('log.iclogger');
144142
```

0 commit comments

Comments
 (0)