Skip to content

Commit e50a88a

Browse files
authored
Merge pull request #106 from nhedger/chore/remove-dollar-sign
chore(docs): remove leading dollar sign
2 parents 41fefa4 + 26c40c2 commit e50a88a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Once released, this project will follow [SemVer](https://semver.org/).
267267
At the moment, this will install the latest development version:
268268

269269
```bash
270-
$ composer require react/filesystem:^0.2@dev
270+
composer require react/filesystem:^0.2@dev
271271
```
272272

273273
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
285285
dependencies [through Composer](https://getcomposer.org):
286286

287287
```bash
288-
$ composer install
288+
composer install
289289
```
290290

291291
To run the test suite, go to the project root and run:
292292

293293
```bash
294-
$ php vendor/bin/phpunit
294+
vendor/bin/phpunit
295295
```
296296

297297
## License

0 commit comments

Comments
 (0)