Skip to content

Commit

Permalink
Improve installation instructions (#1871)
Browse files Browse the repository at this point in the history
Remove `$` as it's not valid terminal command and breaks copy-paste flow.
  • Loading branch information
alies-dev committed Apr 12, 2024
1 parent ee7e2fa commit a693dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a693dc2

Please sign in to comment.