Skip to content

Commit e5d805a

Browse files
committed
chore(docs): remove leading dollar sign
1 parent dd3c325 commit e5d805a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/).
14941494
This will install the latest supported version:
14951495

14961496
```bash
1497-
$ composer require react/socket:^1.11
1497+
composer require react/socket:^1.11
14981498
```
14991499

15001500
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
@@ -1542,21 +1542,21 @@ To run the test suite, you first need to clone this repo and then install all
15421542
dependencies [through Composer](https://getcomposer.org/):
15431543

15441544
```bash
1545-
$ composer install
1545+
composer install
15461546
```
15471547

15481548
To run the test suite, go to the project root and run:
15491549

15501550
```bash
1551-
$ vendor/bin/phpunit
1551+
vendor/bin/phpunit
15521552
```
15531553

15541554
The test suite also contains a number of functional integration tests that rely
15551555
on a stable internet connection.
15561556
If you do not want to run these, they can simply be skipped like this:
15571557

15581558
```bash
1559-
$ vendor/bin/phpunit --exclude-group internet
1559+
vendor/bin/phpunit --exclude-group internet
15601560
```
15611561

15621562
## License

0 commit comments

Comments
 (0)