Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: remove $ in bash command
  • Loading branch information
Chris53897 authored Feb 15, 2025
commit 8945831d439ace404b6f54ed65d4ef8af087b804
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Via Composer

``` bash
$ composer require php-http/message
composer require php-http/message
```


Expand All @@ -37,7 +37,7 @@ Please see the [official documentation](http://docs.php-http.org/en/latest/messa
## Testing

``` bash
$ composer test
composer test
```


Expand Down
Loading