From 8945831d439ace404b6f54ed65d4ef8af087b804 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 15 Feb 2025 11:49:21 +0100 Subject: [PATCH] docs: remove $ in bash command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1d79f7..4038be9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Via Composer ``` bash -$ composer require php-http/message +composer require php-http/message ``` @@ -37,7 +37,7 @@ Please see the [official documentation](http://docs.php-http.org/en/latest/messa ## Testing ``` bash -$ composer test +composer test ```