Skip to content

Commit f2a84c1

Browse files
authored
Merge pull request #166 from nhedger/chore/remove-dollar-sign
chore(docs): remove leading dollar sign
2 parents 68c2121 + 2128f2c commit f2a84c1

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
@@ -1203,7 +1203,7 @@ This project follows [SemVer](https://semver.org/).
12031203
This will install the latest supported version:
12041204

12051205
```bash
1206-
$ composer require react/stream:^1.2
1206+
composer require react/stream:^1.2
12071207
```
12081208

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

12211221
```bash
1222-
$ composer install
1222+
composer install
12231223
```
12241224

12251225
To run the test suite, go to the project root and run:
12261226

12271227
```bash
1228-
$ php vendor/bin/phpunit
1228+
vendor/bin/phpunit
12291229
```
12301230

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

12351235
```bash
1236-
$ php vendor/bin/phpunit --exclude-group internet
1236+
vendor/bin/phpunit --exclude-group internet
12371237
```
12381238

12391239
## License

0 commit comments

Comments
 (0)