diff --git a/README.md b/README.md index 08357e2f..f86e268e 100644 --- a/README.md +++ b/README.md @@ -889,7 +889,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -$ composer require react/event-loop:^1.3 +composer require react/event-loop:^1.3 ``` 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 dependencies [through Composer](https://getcomposer.org/): ```bash -$ composer install +composer install ``` To run the test suite, go to the project root and run: ```bash -$ vendor/bin/phpunit +vendor/bin/phpunit ``` ## License