From e4ac7125a6deb9aa4da22bd71219c575535050de Mon Sep 17 00:00:00 2001 From: Nicolas Hedger Date: Mon, 20 Jun 2022 16:29:51 +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 8c69a5c..a87ef94 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -$ composer require react/promise-timer:^1.9 +composer require react/promise-timer:^1.9 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades. @@ -304,13 +304,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