Skip to content

Commit da70f36

Browse files
authored
Correct package installation instructions (#203)
1 parent 9ec7f25 commit da70f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Logs must be emitted to a receiver/system that understands the OpenTelemetry pro
3434
## Installation
3535

3636
```shell
37-
composer require open-telemetry/logger-monolog
37+
composer require open-telemetry/opentelemetry-logger-monolog
3838
```
3939

4040
## Usage
@@ -73,4 +73,4 @@ $logger = new \Monolog\Logger(
7373
[$handler],
7474
);
7575
$logger->info('hello world');
76-
```
76+
```

0 commit comments

Comments
 (0)