Skip to content

Commit c877d4c

Browse files
authored
Merge pull request #54 from simPod/patch-1
Remove `$` from readme commands
2 parents f849631 + ca72a03 commit c877d4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
Via Composer
1616

17-
``` bash
18-
$ composer require --dev php-http/mock-client
17+
```bash
18+
composer require --dev php-http/mock-client
1919
```
2020

2121

@@ -34,8 +34,8 @@ Please see the [mock client](http://docs.php-http.org/en/latest/clients/mock-cli
3434

3535
## Testing
3636

37-
``` bash
38-
$ composer test
37+
```bash
38+
composer test
3939
```
4040

4141

0 commit comments

Comments
 (0)