Skip to content

Commit

Permalink
Merge pull request #231 from nhedger/chore/remove-dollar-sign
Browse files Browse the repository at this point in the history
chore(docs): remove leading dollar signs
  • Loading branch information
WyriHaximus committed Jul 8, 2022
2 parents 033dc5f + 2d1dbe6 commit 1bb9a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -565,7 +565,7 @@ Once released, this project will follow [SemVer](https://semver.org/).
At the moment, this will install the latest development version:

```bash
$ composer require react/promise:^3@dev
composer require react/promise:^3@dev
```

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

```bash
$ composer require "react/promise:^3@dev || ^2 || ^1"
composer require "react/promise:^3@dev || ^2 || ^1"
```

Credits
Expand Down

0 comments on commit 1bb9a7e

Please sign in to comment.