Skip to content

Commit 1bb9a7e

Browse files
authored
Merge pull request reactphp#231 from nhedger/chore/remove-dollar-sign
chore(docs): remove leading dollar signs
2 parents 033dc5f + 2d1dbe6 commit 1bb9a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

567567
```bash
568-
$ composer require react/promise:^3@dev
568+
composer require react/promise:^3@dev
569569
```
570570

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

585585
```bash
586-
$ composer require "react/promise:^3@dev || ^2 || ^1"
586+
composer require "react/promise:^3@dev || ^2 || ^1"
587587
```
588588

589589
Credits

0 commit comments

Comments
 (0)