Skip to content

Commit f081fee

Browse files
committed
chore(docs): remove leading dollar signs
1 parent 87eabc0 commit f081fee

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)