Skip to content

Commit 4b0b7a1

Browse files
authored
Merge pull request #52 from nhedger/chore/remove-dollar-sign-3.x
chore(docs): remove leading dollar sign
2 parents 5bc3782 + f081fee commit 4b0b7a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Once released, this project will follow [SemVer](https://semver.org/).
333333
At the moment, this will install the latest development version:
334334

335335
```bash
336-
$ composer require react/async:dev-main
336+
composer require react/async:dev-main
337337
```
338338

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

356356
```bash
357-
$ composer install
357+
composer install
358358
```
359359

360360
To run the test suite, go to the project root and run:
361361

362362
```bash
363-
$ php vendor/bin/phpunit
363+
vendor/bin/phpunit
364364
```
365365

366366
## License

0 commit comments

Comments
 (0)