Skip to content

Commit 1c57f79

Browse files
authored
Merge pull request reactphp#254 from nhedger/chore/remove-dollar-sign
chore(docs): remove leading dollar sign
2 parents 1fd1d01 + a9a3080 commit 1c57f79

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
@@ -889,7 +889,7 @@ This project follows [SemVer](https://semver.org/).
889889
This will install the latest supported version:
890890

891891
```bash
892-
$ composer require react/event-loop:^1.3
892+
composer require react/event-loop:^1.3
893893
```
894894

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

910910
```bash
911-
$ composer install
911+
composer install
912912
```
913913

914914
To run the test suite, go to the project root and run:
915915

916916
```bash
917-
$ vendor/bin/phpunit
917+
vendor/bin/phpunit
918918
```
919919

920920
## License

0 commit comments

Comments
 (0)