From 26c40c2c2121b989f210326aa7d43c81ee475033 Mon Sep 17 00:00:00 2001 From: Nicolas Hedger Date: Mon, 20 Jun 2022 16:56:46 +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 74b4703d..75ad8f65 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,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/filesystem:^0.2@dev +composer require react/filesystem:^0.2@dev ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades. @@ -285,13 +285,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 -$ php vendor/bin/phpunit +vendor/bin/phpunit ``` ## License