Skip to content

Commit

Permalink
Merge pull request #254 from nhedger/chore/remove-dollar-sign
Browse files Browse the repository at this point in the history
chore(docs): remove leading dollar sign
  • Loading branch information
WyriHaximus committed Jun 24, 2022
2 parents 1fd1d01 + a9a3080 commit 1c57f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 1c57f79

Please sign in to comment.