Skip to content

Commit

Permalink
chore(docs): remove leading dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Jun 20, 2022
1 parent 41fefa4 commit 26c40c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 26c40c2

Please sign in to comment.