Skip to content

Commit 757d6e3

Browse files
authored
Fix wrong composer install command in readme
1 parent 8dac993 commit 757d6e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The logger sends passes messages to multiple targets. Each target may filter mes
2525
The package could be installed with composer:
2626

2727
```
28-
composer install yiisoft/log
28+
composer require yiisoft/log
2929
```
3030

3131
## General usage

0 commit comments

Comments
 (0)