1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-01 19:00:20 +02:00

Improve installation instructions (#1871)

Remove `$` as it's not valid terminal command and breaks copy-paste flow.
This commit is contained in:
Alies Lapatsin
2024-04-12 12:36:23 +04:00
committed by GitHub
parent ee7e2fa4df
commit a693dc25b0

View File

@@ -40,7 +40,7 @@ Internally Monolog still uses its own level scheme since it predates PSR-3.
Install the latest version with
```bash
$ composer require monolog/monolog
composer require monolog/monolog
```
## Basic Usage