8000 Merge pull request #51 from nhedger/chore/remove-leading-dollar · reactphp/async@8f4251c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f4251c

Browse files
authored
Merge pull request #51 from nhedger/chore/remove-leading-dollar
chore(docs): remove leading dollar sign
2 parents ff7a06c + 1615580 commit 8f4251c

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
@@ -521,7 +521,7 @@ Once released, this project will follow [SemVer](https://semver.org/).
521521
At the moment, this will install the latest development version:
522522

523523
```bash
524-
$ composer require react/async:^4@dev
524+
composer require react/async:^4@dev
525525
```
526526

527527
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
@@ -539,7 +539,7 @@ You may target multiple versions at the same time to support a wider range of
539539
PHP versions like this:
540540

541541
```bash
542-
$ composer require "react/async:^4@dev || ^3@dev || ^2@dev"
542+
composer require "react/async:^4@dev || ^3@dev || ^2@dev"
543543
```
544544

545545
## Tests
@@ -548,13 +548,13 @@ To run the test suite, you first need to clone this repo and then install all
548548
dependencies [through Composer](https://getcomposer.org/):
549549

550550
```bash
551-
$ composer install
551+
composer install
552552
```
553553

554554
To run the test suite, go to the project root and run:
555555

556556
```bash
557-
$ php vendor/bin/phpunit
557+
vendor/bin/phpunit
558558
```
559559

560560
## License

0 commit comments

Comments
 (0)
0