Skip to content

Commit aeb0258

Browse files
authored
Merge pull request #53 from nhedger/chore/remove-dollar-sign-2.x
chore(docs): remove leading dollar sign
2 parents e627f1c + 737304b commit aeb0258

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

219219
```bash
220-
$ composer require react/async:dev-main
220+
composer require react/async:dev-main
221221
```
222222

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

234234
```bash
235-
$ composer install
235+
composer install
236236
```
237237

238238
To run the test suite, go to the project root and run:
239239

240240
```bash
241-
$ php vendor/bin/phpunit
241+
vendor/bin/phpunit
242242
```
243243

244244
## License

0 commit comments

Comments
 (0)