Skip to content

Commit 8945831

Browse files
authored
docs: remove $ in bash command
1 parent 06dd5e8 commit 8945831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Via Composer
1414

1515
``` bash
16-
$ composer require php-http/message
16+
composer require php-http/message
1717
```
1818

1919

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

3939
``` bash
40-
$ composer test
40+
composer test
4141
```
4242

4343

0 commit comments

Comments
 (0)