From a0f967697d93d3a29f6cc4299a67ef0c829c9b7a Mon Sep 17 00:00:00 2001 From: Nicolas Hedger Date: Mon, 20 Jun 2022 16:24:56 +0200 Subject: [PATCH] chore(docs): remove leading dollar sign --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b49bb17..8b97339 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -$ composer require react/promise-stream:^1.4 +composer require react/promise-stream:^1.4 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades. @@ -279,13 +279,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