From a693dc25b0a848c5f529b5e91df8f125d3431d9c Mon Sep 17 00:00:00 2001 From: Alies Lapatsin <5278175+alies-dev@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:36:23 +0400 Subject: [PATCH] Improve installation instructions (#1871) Remove `$` as it's not valid terminal command and breaks copy-paste flow. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f91baca2b..c54d83cb2 100644 --- a/README.md +++ b/README.md @@ -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